]> git.evergreen-ils.org Git - OpenSRF.git/history - src/libopensrf
Implement the chunking of OSRF messages. I.e. bundle multiple
[OpenSRF.git] / src / libopensrf /
2010-08-04 scottmkImplement the chunking of OSRF messages. I.e. bundle...
2010-07-29 scottmk1. Add a buffer to osrfAppSession structure; for future use
2010-07-29 scottmk1. Make osrfMessageToJSON() available at global scope.
2010-06-24 scottmkProvide a mechanism whereby a server drone can terminat...
2010-06-22 scottmkAdd a bit of bulletproofing.
2010-06-22 scottmkRearrange the way that a listener juggles its drones.
2010-06-17 scottmk1. Changed an error message to make it clearer. This...
2010-05-07 scottmkEliminate the daemonize_write_pid function (thereby...
2010-05-07 scottmkWrite the PID file from the child process (the one...
2010-05-04 scottmkFix a bug that occasionally caused OSRF not to shut...
2010-05-03 scottmkSet the appname to the logging routines at the beginning of
2010-04-21 scottmkFix the jsonFormatString function.
2010-03-22 scottmkApply the const qualifier to the return value from...
2010-03-16 scottmkA small performance tweak.
2010-03-08 scottmkMiscellaneous minor changes. mostly for clarity:
2010-02-26 scottmkTidying up various things; nothing very substantial.
2010-02-24 scottmkTidy up white space and comments; no substantive changes.
2010-02-24 scottmk1. Refactored _do_client() and _do_server() so as to...
2010-02-22 scottmk1. Added doxygen-style comments to document all functions.
2010-02-21 scottmk1. Reworked the xmlDocToJSON and _xmlDocToJSON function...
2010-02-15 scottmk1. Change xmlSaxAttr() to return const char* instead of
2010-01-29 dbsForward-port Dan McMahill's portability patches r1907...
2010-01-20 scottmkReverting to a previous version believed to be good.
2010-01-20 scottmk1. Correct some mangling of the linked list pointers...
2010-01-18 scottmkInstead of keeping all child processes in a single...
2010-01-16 scottmkRefactored the signal handling so that we shut down...
2010-01-15 scottmkClose a substantial resource leak in drone processes.
2010-01-14 scottmkTinkering with comments and white space; nothing substa...
2010-01-09 scottmk1. For keeping track of the child processes: use a...
2010-01-09 scottmkIn srf_app_server_session_init(): if the requested...
2010-01-08 scottmkAdded or modified a lot of comments; made some minor...
2010-01-06 scottmkMoved nested #includes out of osrf_prefork.h and into...
2010-01-05 scottmkMostly tidying up white space and comments. Also rearr...
2010-01-03 scottmkFinished adding doxygen-style comments to document...
2010-01-01 scottmkIncorporate _osrf_app_request_resend into osrf_app_sess...
2010-01-01 scottmkChanged the way pending requests are stored in an osrfA...
2009-12-29 scottmkAdd a stream parser for JSON, and a format_json utility
2009-12-28 scottmkAdd routines for calculating SHA1 and MD5 digests,...
2009-12-16 scottmkCorrect a typo in a warning message
2009-12-16 scottmkLog a warning message whenever the deprecated function
2009-12-15 scottmkReplace calls to osrfAppSessionMakeRequest() with
2009-12-14 scottmk1. In osrf_app_session.[ch]: Create a new function
2009-12-10 scottmkAdd three new functions:
2009-12-10 dbsTransition from libmemcache to libmemcached - an active...
2009-12-08 scottmkEliminated the function pointer osrf_stack_entry_point...
2009-12-07 scottmkAdded some comments, tinkered with white space;
2009-11-25 scottmkReplacing calls to the old JSON parser with calls to the
2009-11-16 scottmkTinkering with comments and white space.
2009-11-16 scottmkEliminated two members of the osrfMessage structure:
2009-11-16 scottmk1. Changes to comments and white space.
2009-11-15 scottmkMove the libxml headers out of the header and into the
2009-11-15 scottmkCreate a new function osrfMessageDeserialize(), as a
2009-11-15 scottmkCreated a new function osrfListClear() to take an existing
2009-11-14 scottmkPulled the creation of a single osrfMessage from a...
2009-11-14 scottmkTidied up various things:
2009-11-04 scottmkEliminate a potential (if unlikely) memory leak: Free a
2009-11-02 scottmkNew function: client_sock_fd(). It returns the socket...
2009-10-30 scottmk1. Tidy up the white space.
2009-10-29 scottmk1. Tidy up the white space.
2009-10-28 scottmk1. In endElementHandler(), responding to an error:...
2009-10-28 scottmk1. Added comments to document the process of connecting...
2009-10-25 scottmk1. Moved several macros from the header to the implemen...
2009-10-25 scottmkMerged _socket_route_data() into its only caller, after...
2009-10-24 scottmkImplemented session_connected(), which had been declare...
2009-10-22 scottmkVarious cleanups in transport_session.c:
2009-10-18 scottmkEliminated _socket_route_data_id() as a separate functi...
2009-10-17 scottmk1. In socket_connected(): if the select() fails because...
2009-10-13 scottmk1. In socket_open_tcp_client(): use getaddrinfo() inste...
2009-10-13 scottmk1. Moved the declaration of socket_node from the header...
2009-10-11 scottmkAdd doxygen-style comments to document all functions...
2009-10-10 scottmk1. osrfLogGetXid now returns a pointer to const. We...
2009-10-10 scottmkPerformance tweak to the logging routines.
2009-10-08 scottmkFix a bug in md5sum() (which only affected code compiled
2009-10-05 scottmkSmall performance tweak.
2009-10-05 scottmkPerformance tweak to message handling.
2009-10-05 scottmkCreated a new function osrfHashExtract(). It extracts...
2009-10-05 scottmkTweak jsonObjectDecodeClass so that it preserves classnames
2009-10-04 scottmkEnhance the performance of the recursive descent JSON...
2009-10-02 scottmkChange the return type of jsonObjectGetString so that it
2009-10-02 scottmk1. Add doxygen-style comments to document functions...
2009-09-28 scottmk1. Changed osrfLogFacilityToInt() so that it accepts
2009-09-25 scottmk1. Add doxygen markup for documentation.
2009-09-13 scottmkChanged the signature of osrfStringArrayGetString():
2009-09-12 scottmkIn osrfAppSessionClientInit(): added a const
2009-09-12 scottmkIn osrfSystemBootstrap(): added a const qualifier
2009-09-12 scottmkIn osrfBigHashFree: added a const qualifier to key,
2009-09-12 scottmkIn osrfStringArrayRemove(): fixed a bug whereby we...
2009-09-11 scottmkIn osrfNewHash(): specify a size for the osrfList used...
2009-09-08 scottmk1. Moved the declaration of the osrf_host_config struct...
2009-09-08 scottmkTweaking comments for doxygen:
2009-09-04 scottmkEnhanced the error messages from osrf_settings_host_val...
2009-09-03 scottmk1. In osrfListSetDefault(): install the standard function
2009-09-03 scottmk1. A minor streamlining of va_list_to_string(), to...
2009-08-31 scottmk1. Add comments to be recognized by doxygen or other...
2009-08-13 sboyetteAdded DISTCLEANFILES to make "make distclean" work...
2009-08-05 scottmkExtended the JSON_INIT_CLEAR macro to avoid segfaults.
2009-08-05 scottmkPerformance tweak to jsonIterator.
2009-07-29 ericksonset the 'from' address in outbound jabber messages
2009-07-23 ericksoncheck NULL-ness on hash the key before calling find_item
2009-07-22 scottmkThis is a performance tweak to the osrfHashGet function...
next