]> git.evergreen-ils.org Git - OpenSRF.git/history - src
Reverting to a previous version believed to be good.
[OpenSRF.git] / src /
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-19 ericksonPatch from Joe Atzberger:
2010-01-19 dbsGet on board the typo train - woo woooooo!
2010-01-19 mikerkeep the typo around for a while ... sorry, dbs ;)
2010-01-19 dbsAddress long-standing typo: clense_ISO8601
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-20 scottmk1. In the parent router process: wait for all of the...
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-15 scottmkReplace calls to osrfAppSessionMakeRequest() with
2009-12-14 scottmk1. In osrf_app_session.[ch]: Create a new function
2009-12-10 dbsRemove vestigial TODO now that it is TODONE
2009-12-10 dbsSo. libmemcached has only been packaged on really fresh...
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-20 dbsPatch from Jeroen van Meeuwen (Fedora Project) <kanarip...
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 scottmkReplace the the call to osrf_message_deserialize()
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-10 scottmk1. Fixed a bug whereby the display of request results...
2009-11-09 scottmkMiscellaneous minor tweaks:
2009-11-06 scottmkCorrected a glitch in the command-line parser. Now...
2009-11-05 scottmkSeveral bug fixes:
2009-11-05 scottmk1. Further refinement of comments.
2009-11-04 scottmkEliminate a potential (if unlikely) memory leak: Free a
2009-11-04 scottmk1. Added an osrfHashIterator as a member of osrfRouter...
2009-11-03 scottmk1. Changed several functions that were returning int...
2009-11-03 scottmkIn the main loop of the router: if the select call...
2009-11-02 scottmk1. Move the declaration of osrfRouter out of the header
2009-11-02 scottmkNew function: client_sock_fd(). It returns the socket...
2009-11-02 scottmkChanged the signal handling.
2009-10-31 scottmkFixed a bug in osrfRouterClassFree(). We were trying...
2009-10-31 scottmkTinkering with white space and comments. No
2009-10-30 scottmk1. Tidy up the white space.
2009-10-29 mikergive decodeJS a way to try to load a class that was...
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 dbsImprove the 'help' output for srfsh:
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-12 scottmk1. Replace the old JSON parser (jsonParseString())...
2009-10-12 dbsChop chopchop out of the default make / install target
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-29 scottmkWe routinely grab a chunk of configuration file that...
2009-09-29 scottmkComment out an error message added in the previous...
2009-09-29 dbsLet's give OpenSRF a spin on Ubuntu Karmic
2009-09-28 scottmk1. Eliminated some memory leaks by replacing calls to
2009-09-28 scottmk1. Changed osrfLogFacilityToInt() so that it accepts
2009-09-25 scottmk1. Add doxygen markup for documentation.
2009-09-18 sboyetteLogServer was removed from distro but not from MANIFEST...
2009-09-17 phasefxcorrect the test for modifying the *.xml.example files
2009-09-15 sboyettePOD/docs cleanup
2009-09-15 sboyette100% test coverage
2009-09-15 sboyetteWIP
2009-09-15 sboyetteWIP
2009-09-15 sboyettemore test
2009-09-15 sboyettesync
2009-09-15 sboyettestowing WIP
2009-09-15 sboyetteWIP
next