aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/net/udp.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-5/+5
2018-07-03- Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian1-5/+5
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-5/+5
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-3/+3
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian1-4/+4
2018-02-07- Improved the way exceptions work.Eduardo Julian1-2/+5
2017-12-12- FRP channels are no longer asynchronously-built lists, but rather mediums f...Eduardo Julian1-2/+1
2017-12-10- Some minor refactoring.Eduardo Julian1-5/+5
2017-11-29- Re-named lux/type/opaque to lux/type/abstract.Eduardo Julian1-4/+4
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-27/+27
2017-11-27- Changed the syntax involved in JVM host-interop.Eduardo Julian1-16/+16
2017-11-26- Changed to the new relative imports syntax.Eduardo Julian1-5/+5
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-9/+9
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-1/+1
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-8/+8
2017-10-16- Moved Array type to lux.lux.Eduardo Julian1-1/+1
2017-09-19- Eliminated the redundant {X}-Array syntax for JVM array types.Eduardo Julian1-2/+2
2017-09-19- Some refactoring.Eduardo Julian1-1/+2
2017-09-08- Re-named "jvm-import" to "import".Eduardo Julian1-6/+6
2017-09-04- Implemented network I/O for TCP and UDP (in the JVM).Eduardo Julian1-0/+99