]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2009-01-07 scottmkEliminated the obsolete function osrf_message_free...
2009-01-07 scottmkEliminated four dead functions that are never called
2009-01-06 scottmk1. Make the functions reset_session_buffers() and grab_...
2009-01-06 scottmkTinkering with macros.
2009-01-05 scottmkThis update boosts the performance of the jsonFormatStr...
2009-01-05 scottmkThis update restructures the mechanism for queueing...
2009-01-05 scottmk1. In osrf_stack_transport_handler(): removed the memse...
2009-01-05 scottmkAdd a new function buffer_add_n(), and the corresponding
2008-12-30 ericksonmultidomain is required. no use for a static list...
2008-12-22 dbsSync up README with rel_1_0 - cover multidomain configu...
2008-12-22 dbsSync up the sample bootstrap conf from rel_1_0 - more...
2008-12-22 ericksonhandle the case where only one service is registered...
2008-12-22 ericksonwe neeed to keep router_name so that opensrf clients...
2008-12-22 ericksonrunning in no-router/single-service mode was checking...
2008-12-20 dbsBroader search'n'replace for LOCALSTATEDIR
2008-12-19 ericksonupdated to use multidomain by default
2008-12-19 dbsUpdate README to cover new Makefile.install targets...
2008-12-19 dbslibgcrypt-dev and libgdbm-dev are dependencies for...
2008-12-19 dbsCover the developer case for bootstrapping the source
2008-12-18 ericksonif we are only connecting, we are still connecting...
2008-12-18 ericksonwrap the top case statement in brackets... i guess...
2008-12-18 ericksoncorrectly capture the JID of the backend server process...
2008-12-18 ericksonclear remote id on connec as well
2008-12-18 sboyetteOpenSRF.pm version changes
2008-12-18 ericksonclear remote ID on subsequent non-conntected requests...
2008-12-18 mikertypo; this fix will precipitate a new release to suppor...
2008-12-18 ericksonprotect against "null" locale
2008-12-18 mikerforce default locale on all messages
2008-12-15 ericksonslight re-org of unknown client handling
2008-12-15 ericksonprotect against unknown clients, except when running...
2008-12-09 ericksonadd support for encoding boolean types to JSON
2008-12-07 dbsUse an explicit shell (bash) to avoid complications...
2008-12-06 mikerPatch from Scott McKellar:
2008-12-06 mikerPatch from Scott McKellar:
2008-12-06 mikerPatch from Scott McKellar:
2008-12-05 mikerPatch from Scott McKellar:
2008-12-05 mikerPatch from Scott McKellar:
2008-12-05 mikerPatch from Scott McKellar:
2008-12-04 dbswlayton found a bad search and replace for ibex ->...
2008-12-04 dbsIt's so alluring to install packages instead of compili...
2008-11-30 dbsMerge patch from Scott McKellar for better Unicode...
2008-11-30 dbsRefer to Intrepid, not Ibex (to be consistent with...
2008-11-26 ericksonTwo patches from Scott McKellar:
2008-11-25 dbsLet's remove one step from getting OpenSRF running...
2008-11-25 dbsContinue factoring out the Evergreen prerequisites...
2008-11-25 dbsCheap hack to enable OpenSRF to build on recent glibc...
2008-11-25 dbsMinor typo fix
2008-11-23 dbsMinor updates for prereq makefile
2008-11-20 ericksonin the interest of clearing some log cruft, move two...
2008-11-20 dbsCorrect syntax for forcing Perl modules
2008-11-20 dbsForce Class::DBI install, as dependencies have started...
2008-11-20 dbsAdd notes about CPAN configuration, per wlayton's recom...
2008-11-18 erickson2 Patches from Scott McKellar, with slight modification:
2008-11-17 ericksonPatch from Scott McKellar:
2008-11-17 ericksonPatch from Scott McKellar:
2008-11-11 ericksonin trunk, go ahead and run the perl control script...
2008-11-05 dbsdokuwiki-doc-stubber.pl is generated rather than modifi...
2008-11-04 dbsReplace in-place modification with built files; enables...
2008-10-27 dbsClean up the source tree a little more:
2008-10-27 dbsFlesh out README with standalone install instructions
2008-10-27 dbsAdd a prerequisite installer for OpenSRF (carved out...
2008-10-25 dbsAdd a basic Python client example
2008-10-25 dbsFix build of OpenSRF Python support:
2008-10-24 ericksondisable the new internal logging of sent data by default.
2008-10-24 ericksonthe pool cleanup handler which was thought to only...
2008-10-24 dbsLibraries are currently built as osrf_math.so and osrf_...
2008-10-24 dbsopensrf.settings needs to be stateless for a stock...
2008-10-24 dbsDocument the canonical hostname determination method...
2008-10-24 dbsUse the standard memcached port in example config
2008-10-24 dbsMinor typo (remove redundant "change this")
2008-10-19 dbsHey, we need to adjust the system's dynamic library...
2008-10-19 dbsCorrect configure options in install README
2008-10-17 mikerneed to copy automake files instead of linking
2008-10-13 ericksonio::socket::inet, somewhere between version 1.29 and...
2008-10-10 ericksonadded verbose option to print which services/pids are...
2008-10-07 dbsMake the option help tell the truth
2008-10-07 dbsDisable Python by default as it is not currently required
2008-10-01 dbsMight as well point to the latest Makefile.install
2008-10-01 dbsPut a more real README in place
2008-10-01 dbsCheck in a real file, not a link. Sheesh.
2008-10-01 dbsLet's check in the default INSTALL file to start with...
2008-09-28 dbsProvide more command line help for login in srfsh
2008-09-25 ericksonremoved a bunch of old, unused code. removed code...
2008-09-25 ericksonuse the new process-specific perl control script
2008-09-25 ericksonmake sure service is not already running
2008-09-25 ericksonchange from info to debug log
2008-09-25 ericksonadded a configurable startup pause delay. after opensr...
2008-09-24 ericksonfixed bugs in start/stop_all
2008-09-23 ericksonset log xid on outbound messages
2008-09-22 ericksonmake sure we send the log xid in outbound messages
2008-09-22 ericksonexpired cache data is a common occurrence. log at...
2008-09-19 ericksonsetting/clearing log XID. honoring client log xid...
2008-09-19 ericksonadded a force set option on log XID to override it...
2008-09-19 ericksontypo on header name
2008-09-17 ericksonusing single "=" in test for more general compliance
2008-09-15 dbs Typo - because typos in error messages just make me...
2008-09-15 ericksonremoved extra parens and unnecessary if test
2008-09-15 sboyetteinitial steps toward OS X portage
2008-09-15 ericksonadded start all and stop all, changed some var names...
2008-09-15 ericksonconfig file, context, and cache server now have apache...
next