r9785: Add some testdata
[samba.git] / source / lib / messaging /
2007-10-10 Andrew Tridgellr8923: put the IRPC default timeout back to 10s (I...
2007-10-10 Andrew Tridgellr8887: fixed the irpc error that caused ia64 to fail...
2007-10-10 Andrew Tridgellr8819: fixed a memory leak in irpc_call()
2007-10-10 Andrew Tridgellr8587: - fixed ref allocation in irpc replies
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8279: make sure we hold a lock when manipulating the...
2007-10-10 Andrew Tridgellr8277: filled in the code for finding irpc server ids...
2007-10-10 Andrew Tridgellr8272: added the hooks for adding a name to a messaging...
2007-10-10 Stefan Metzmacherr8042: give better error message
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Andrew Tridgellr7320: added support for a private pointer in irpc...
2007-10-10 Andrew Tridgellr7298: ensure messages are sent in order even when...
2007-10-10 Andrew Tridgellr7296: avoid two stat() calls per message. This increas...
2007-10-10 Andrew Tridgellr7295: added an irpc benchmark. It gets about 16k messa...
2007-10-10 Andrew Tridgellr7294: implemented the irpc messaging system. This...
2007-10-10 Andrew Tridgellr7228: use socket_pending() instead of the direct ioctl...
2007-10-10 Andrew Tridgellr7211: - use ioctl(FIONREAD) to remove the artificial...
2007-10-10 Andrew Tridgellr7206: changed the messaging library to use sendto...
2007-10-10 Andrew Tridgellr6578: brown paper bag time with the new messaging...
2007-10-10 Andrew Tridgellr6561: re-did the internal message system based on...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Stefan Metzmacherr4727: add a reference to the event context
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3360: improved the deletion of tmp files. smbd now...
2007-10-10 Andrew Tridgellr3314: added a option "socket:testnonblock" to the...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3271: use "struct messaging_context *" instead of...
2007-10-10 Andrew Tridgellr3183: moved the unlink of the messaging unixdom socket...
2007-10-10 Andrew Tridgellr3034: - fixed a bug in message dispatch, when the...
2007-10-10 Andrew Tridgellr3029: implemented byte range lock timeouts.
2007-10-10 Andrew Tridgellr3026: - added automatic retry to messages when the...
2007-10-10 Andrew Tridgellr3023: added immediate send of messages when they are...
2007-10-10 Andrew Tridgellr3018: handle STATUS_MORE_ENTRIES from socket_recv...
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc