]> git.evergreen-ils.org Git - OpenSRF.git/history - src
always use respond_complete to finish a request, whether there is a final message...
[OpenSRF.git] / src /
2010-08-04 mikeralways use respond_complete to finish a request, whethe...
2010-08-04 scottmkImplement the chunking of OSRF messages. I.e. bundle...
2010-08-03 mikerMike, when adding the length, actually add the length...
2010-07-29 scottmk1. Add a buffer to osrfAppSession structure; for future use
2010-07-29 mikerAdd response chunking support to the Perl implementatio...
2010-07-29 scottmk1. Make osrfMessageToJSON() available at global scope.
2010-07-13 dbsTypo fix to display all OpenSRF methods: sysemt ->...
2010-07-01 dbsRecent testing has been with libmemcached 0.40; bring...
2010-07-01 dbsMove on up to Lucid; drop Karmic along the way
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-06-16 dbsMerge updated Makefile.install patch from Lee Dickens...
2010-06-15 dbsApply patch from Lee Dickens <ldickens@esilibrary.com...
2010-06-15 dbsA few more Python dependencies that we don't need to...
2010-06-15 dbsAdd in a few dependencies for Fedora 13
2010-06-15 dbsFirst rough attempt at Fedora 13 support
2010-06-14 scottmkWhen traversing a list of osrfMessages: don't free...
2010-05-23 ericksonadded some debugging / sanity checks to python gateway...
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-24 dbsRemove Ubuntu Intrepid support - EOL is this month...
2010-04-21 scottmkFix the jsonFormatString function.
2010-04-15 dbsForward-port r1943: install packaged DateTime Perl...
2010-03-22 scottmkApply the const qualifier to the return value from...
2010-03-22 scottmkApply the const qualifier to one variable. Tidy up...
2010-03-22 scottmkAdded a const qualifier to one variable.
2010-03-22 scottmkTidying up white space; no substantive changes.
2010-03-18 mikerjust adding a marker for where the "peer domain" logic...
2010-03-16 scottmkA small performance tweak.
2010-03-08 scottmkMiscellaneous minor changes. mostly for clarity:
2010-03-02 dbsApply patch from Lee Dickens <ldickens@esilibrary.com...
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-23 dbsSimple demo of text services; returning a string, an...
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-02-07 scottmkTidying up various things; nothing substantial.
2010-02-06 scottmk1. For the "request" command: removed the calls to...
2010-02-05 dbsEnsure target JavaScript directory is created before...
2010-02-03 dbsForward-port r1919 from rel_1_2 to prevent Internet...
2010-02-03 mikeradd non-destructive methods for grabbing first and...
2010-02-02 dbsForward-port r1908 + r1914 from rel_1_2 to improve...
2010-02-01 scottmkRearrange the error handling a bit in send_request...
2010-01-29 dbsForward-port Dan McMahill's portability patches r1907...
2010-01-28 dbsProvide a thread if the translator wasn't passed one...
2010-01-28 dbsPrevent WebKit-based browsers (Chrome and Safari) from...
2010-01-25 ericksonAdded some fault tolerance to the inbound-to-unixserver...
2010-01-21 ericksonsimilar to recent opensrf-c changes, keep active and...
2010-01-21 scottmkBug fix.
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:
next