1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
2006-01-26 Nicholas Humfrey <njh@aelius.com>
* IPv6 is now disabled by default
* Released version 0.23
2005-12-29 Nicholas Humfrey <njh@aelius.com>
* Fixed pthread resource leak, when stopping thread
2005-12-21 Nicholas Humfrey <njh@aelius.com>
* Fixed bug where sockets weren't closed when replying to messages
* Split off resolve_address into seperate create_socket function
* Only creates new sockets when needed
2005-12-05 Nicholas Humfrey <njh@aelius.com>
* Added lo_send_from, lo_send_message_from and lo_send_bundle_from
* Merged guts of lo_send_message and lo_send_bundle into new static send_data()
2005-09-04 Steve Harris <steve@plugin.org.uk>
* Released 0.22
2005-09-02 Steve Harris <steve@plugin.org.uk>
* address.c, server.c: Added patch from Martin Habets that redoes
parts of previous patches...
2005-09-01 Steve Harris <steve@plugin.org.uk>
* address.c, server.c: Added patches from Jesse Chappell and Dave
Robillard to close various sockets when there no longer used.
2005-08-19 Steve Harris <steve@plugin.org.uk>
* address.c, testlo.c: Added patch from Dave Robillard to fix parsing
of IPV6 addresses in URLs.
2005-08-11 Martin Habets <mhabets@users.sourceforge.net>
* message.c: Fix LO_CHAR sending on big endian architectures.
2005-08-09 Martin Habets <mhabets@users.sourceforge.net>
* server.c: Add lo_server_del_method()
* server_thread.c: Add lo_server_thread_del_method()
2005-07-26 Steve Harris <steve@plugin.org.uk>
* bundle.c, server.c: Endianess fixed from Topher Cyll for bundle
timestamps.
# Bundle delivery timing is still not right, theres an arithmetic
# errorsomewhere, but I cant see it.
2005-06-05 Steve Harris <steve@plugin.org.uk>
* server.c: Patch from Lorenz Schori to optionally disable IPV6 support
with --disable-ipv6
2005-03-31 Steve Harris <steve@plugin.org.uk>
* server.c: Patch from Martin Habets that expands wildcarded patch to
the matching path where possible (eg. not when using the NULL
wildcard path).
2005-03-04 Steve Harris <steve@plugin.org.uk>
* server.c: try to fix the global struct thing that keeps track of
server sockets.
2005-02-03 Steve Harris <steve@plugin.org.uk>
* server.c: made UDP messages resolve back to thier originating server,
or something close to it.
2005-02-03 Taybin Rutkin <taybin@earthlink.net>
* server.c: commited resource leak fix from Jesse Chappell
2005-01-22 Steve Harris <steve@plugin.org.uk>
* address.c: fixed bug when determining protocol of URL with
unspecified sub-protocol. Reported by Pix.
2005-01-13 Steve Harris <steve@plugin.org.uk>
* bundle.c: patch from Dave Robillard that fixes bundles of more than 4
messages.
2005-01-13 Steve Harris <steve@plugin.org.uk>
* message.c: made the arguments to _add_string and _add_symbol const
char * for C++ compatibility.
2005-01-10 Steve Harris <steve@plugin.org.uk>
* message.c: added a source field that represents the source from which
a message was received. Useful in method handlers to determine which
client sent the message.
2004-12-21 Steve Harris <steve@plugin.org.uk>
* server.c: added patch from Walco van Loon and Pix that fixes a bug
in the hostname detection fallback code
2004-11-19 Steve Harris <steve@plugin.org.uk>
* send.c: added lo_send_timestamped()
2004-11-17 Steve Harris <steve@plugin.org.uk>
* server.c: added code to handle bundle reception
* bundle.c: code to build bundle objects
* timetag.c: code to manipulate and test timetags
2004-10-19 Steve Harris <steve@plugin.org.uk>
Release 0.13
* lo.h: removed reference to obsolete header lo_backcompat.h
2004-10-17 Steve Harris <steve@plugin.org.uk>
* lo_server.c: added code to allow servers to poll() on the server
socket, if available. From Sean Bolton.
2004-08-27 Steve Harris <steve@plugin.org.uk>
* lo_lowlevel.h, send.c: added OSX compatibility fixes from Taybin
Rutkin.
2004-08-19 Steve Harris <steve@plugin.org.uk>
Release 0.9
* testlo.c: added more URL tests
2004-08-19 Steve Harris <steve@plugin.org.uk>
* address.c: more bugfixes to URL handling
2004-08-02 Steve Harris <steve@plugin.org.uk>
* server.c, address.c: fixed bugs and ommisions in URL handling
2004-07-28 Steve Harris <steve@plugin.org.uk>
* send.c, server.c: added code to handle UNIX domain sockets.
2004-07-12 Steve Harris <steve@plugin.org.uk>
* server_thread.c: added a lo_server_thread_stop() function for
symmetry with lo_server_thread_start()
2004-06-07 Steve Harris <steve@plugin.org.uk>
* server.c: added a lo_server_recv_noblock() that will not wait for
a packet to be received
2004-03-26 Steve Harris <steve@plugin.org.uk>
* doc/, *.h: added doxygen documentation
* address.c: changed URL methods to accept/expect protocol
specifiers (eg. osc.udp://...)
* examples/*.c: added comments, slightly simplified
2004-03-21 Steve Harris <steve@plugin.org.uk>
* server.c: made binding to unspecified ports work
2004-03-21 Steve Harris <steve@plugin.org.uk>
* message.c: fixed coercion type bugs
* server.c: fixed endian conversion bug
* testlo.c: added lots of tests
* send.c: added implicit guard variable to end of send arguments
2004-03-20 Steve Harris <steve@plugin.org.uk>
* message.c, send.c: added support for the remaining types OSC
2004-03-15 Steve Harris <steve@plugin.org.uk>
* message.c: changed the definition of the string argument accessor
member (it was wrong before).
* target.c, *.[ch]: lo_target* is now called lo_address*, this
makes the api much clearer, %s/lo_target/lo_address/g, should
bring all source files up to date.
2004-02-29 Steve Harris <steve@plugin.org.uk>
* configure.in, Makefile.am: added auto* stuff
|