index
:
svn2git/libraries/mrpeach.git
externals/mrpeach
mrpeach: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-03-22
check for NULL-pointer in destructor
IOhannes m zmölnig
2010-03-16
Output valid state only when it changes.
Martin Peach
2010-03-16
Added an outlet to udpreceive~ to indicate valid audio. Ouput address and por...
Martin Peach
2010-03-15
An external that emulates an RC timer, similar to lop~ but good for envelope ...
Martin Peach
2010-03-11
Updfated version number and help patch.
Martin Peach
2010-03-11
Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th...
Martin Peach
2010-03-09
Moved client-specific parameters into a single t_tcpserver_socketreceiver str...
Martin Peach
2010-03-09
fixing bug #2966186
IOhannes m zmölnig
2010-03-02
Added a verbosity method to stop [tcpclient] printing in the main window ever...
Martin Peach
2010-02-24
Corrected some error messages, check for EINVAL after recvfrom(), to try to f...
Martin Peach
2010-01-25
install reference files side-by-side with the object files
IOhannes m zmölnig
2010-01-20
Added SO_BROADCAST so you can actually broadcast with a .255 address...
Martin Peach
2010-01-18
use unix line endings
Martin Peach
2010-01-18
Make the connection thread detached and don't refer to its struct directly, c...
Martin Peach
2010-01-18
Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile ...
Martin Peach
2010-01-15
Added include for ws2tcpip.h for socklen_t for _WIN32
Martin Peach
2010-01-14
Don't need float_cast.h anymore, using the flint union with ntohl/htonl instead.
Martin Peach
2010-01-14
Always send in network byte order for all architectures. UDP receiving socket...
Martin Peach
2010-01-14
Changed int optLen to socklen_t to avoid signedness warning
Martin Peach
2010-01-13
Fixed header files for _WIN32
Martin Peach
2010-01-12
Block size is settable by creation argument. Buffer size message is specified...
Martin Peach
2010-01-11
Added "unix" to the test for "UNIX".
Martin Peach
2010-01-11
help patch for udpsend~ and udpreceive~
Martin Peach
2010-01-11
Versions of netsend~ for udp.
Martin Peach
2010-01-04
Had the wrong #include for ioctl...
Martin Peach
2010-01-02
Changed MSW to _WIN32. Added tcpserver_send_buffer_avaliable_for_client()
Martin Peach
2010-01-02
Cleaned up a bit...
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2009-12-27
include math.h for log()
Martin Peach
2009-12-13
fixed two 64-bit bugs because int!=long
N.N.
2009-12-13
resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus...
N.N.
2009-12-13
added by request from two independent people at once
N.N.
2009-11-29
Sender threads are now created in the detached state so their resources will ...
Martin Peach
2009-11-28
Removed duplicate send, added threaded send for files, and also send whenever...
Martin Peach
2009-11-12
Using pthreads to send each message to each client in its own thread. This sh...
Martin Peach
2009-07-23
Outputs a bang via bang outlet when done, same as [textfile]. No more bangs t...
Martin Peach
2009-07-09
Changed midifile playback to print status instead of playing it.
Martin Peach
2009-06-10
Blob padding does not add zero if already modulo 4 length.
Martin Peach
2009-06-08
Added blob type
Martin Peach
2009-06-08
Added a blob type, changed some post()s to error()s.
Martin Peach
2009-05-10
Fixed a bug where a type-forced message with a non-data type following a type...
Martin Peach
[next]