]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2009-01-27 dbsDebian and Ubuntu both want libgrcypt11-dev explicitly...
2009-01-25 ericksonmake config parsing more tolerant
2009-01-23 phasefxforgot a noun
2009-01-23 phasefxsrfsh.xml tweaks
2009-01-23 phasefxquote-o
2009-01-20 ericksonrepaired config data structure ref check for registerin...
2009-01-19 sboyetteremoving perl special-casing from src/Makefile.am
2009-01-19 sboyetteadding src/perl to AC_CONFIG_FILES
2009-01-19 sboyetteinitial checkin for perl Makefile.am
2009-01-15 scottmkAdd a new function osrfStringArrayTokenize. It parses...
2009-01-14 scottmkAdd a function osrfMethodVerifyContext() to do what the
2009-01-13 ericksonlike the old gateway, log the full request params as...
2009-01-13 ericksonset the log xid before we read the POST data
2009-01-13 ericksonneed a copy of the service when it's pulled from the...
2009-01-13 ericksonrolling back latest change because of macro variable...
2009-01-12 scottmkReformed the macros OSRF_METHOD_VERIFY_CONTEXT and...
2009-01-12 scottmk1. Replaced the innards of an osrfStringArray to include an
2009-01-11 scottmkIn the macro OSRF_LIST_GET_INDEX: placed all occurrence...
2009-01-09 scottmkBug fix. In some circumstances (unrecognized status...
2009-01-09 scottmkMove the xmlSAXHandler out of the header and into the
2009-01-09 scottmkMove the xmlSAXHandler out of the header and into the
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkRename macro for compilation guard, to avoid conflict...
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkRename macro for compilation guard; prepare for #inclus...
2009-01-08 scottmkRename macro for compilation guard; prepare for #inclus...
2009-01-08 scottmkRename the macro for compilation guard; prepare for...
2009-01-08 scottmkRename macro for compilation guard; prepare for #inclus...
2009-01-08 scottmkRename macro for compilation guard; prepare for #inclus...
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++ programs
2009-01-07 scottmkRewrote the OSRF_MALLOC macro so that it evaluates...
2009-01-07 scottmkOops, missed one last instance of osrf_app_session_conn...
2009-01-07 scottmkEliminate the old obsolete function osrf_app_session_co...
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...
next