]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2007-09-30 mikerPatch from Scott McKellar to improve const-correctness...
2007-09-30 mikerPatch from Scott McKellar which introduces a const...
2007-09-26 ericksonadded some more rigorous checking of session connected...
2007-09-24 ericksonrepaired logic bug which left the parser state in the...
2007-09-21 ericksonadded cache cleanup code
2007-09-02 mikerPatch from Scott McKellar to log service name on child...
2007-08-30 ericksonadded an atomic method for simple, one-off calls
2007-08-28 mikerpatch from Scott McKellar to examine and report the...
2007-08-28 mikerpatch from Scott McKellar to use const pointer qualific...
2007-08-19 ericksonadding thread name to the log output
2007-08-19 ericksonsafer extraction of data from the in-memory object
2007-08-19 ericksonfixed import statement
2007-08-19 ericksonnot creating new handle if the current thread already...
2007-08-19 ericksonadded support for multi-threaded client interactions...
2007-08-17 ericksonupdated to work with opensrf.jar with doing 'make run'
2007-08-17 ericksonadded multi-threaded client support to the opensrf...
2007-08-17 ericksonminor layout change. calling notifyAll to ensure all...
2007-08-14 ericksonfor now, we reference the wstx stax implementation...
2007-08-07 mikerPatch from Scott McKellar to protect SHA-1 against...
2007-08-07 mikerPatch from Dan Scott to remove mentions of open-ils...
2007-08-03 ericksonadding new JSON parsing JS code, for wrapped class...
2007-08-03 ericksonadding basic logging api with a filelogger version...
2007-08-03 mikermore locale cleanup
2007-08-03 mikerun-crazy-fy current_locale
2007-08-03 mikerformatting ... they are all tabs! ;)
2007-08-03 mikerarg ... left out one minor fix
2007-08-03 mikerformatting fixes; protect against NULL apache setting
2007-08-02 mikerunbreaking the perl session locale stuff
2007-08-02 mikerinitial sender_locale support ... probably going to...
2007-08-01 mikerPatch from Scott McKellar to provide defined behavior...
2007-07-28 ericksonsynchronizing the initial xmpp login to prevent thread...
2007-07-28 ericksonadded shutdown call to cleanly disconnect from the...
2007-07-28 ericksonre-factored and cleaned up the registered class base...
2007-07-26 ericksonmaking sure error logs are logged to stderr even if...
2007-07-26 ericksonadded a try/catch around the XML parsing and an error log
2007-07-26 ericksonpython only evaluates default function param values...
2007-07-24 mikerPatch from Scott McKellar to address potential buffer...
2007-07-23 mikerPatch from Scott McKellar providing:
2007-07-22 ericksonadded JSON gateway support
2007-07-21 ericksonadded a bunch of comments to the test client to help...
2007-07-21 ericksonressurrected the srfsh time command
2007-07-21 mikerPatch from Scott McKellar to fill buffer overflow holes:
2007-07-21 ericksonPatch from Ed Summers:
2007-07-20 ericksonMerging changes from branches/new-json2
2007-07-18 ericksonfixed bug in json encoding of hinted objects and some...
2007-07-17 ericksonadded config contexts for config files. fixed some...
2007-07-16 ericksonPatch from Scott McKellar to repair srfsh buffer overflow:
2007-07-15 mikerPatch from Scott McKellar to clean up srfsh's user...
2007-07-13 mikerchanging back to an array, from calloc. more straight...
2007-07-13 mikerPatch from Scott McKellar, with modifications, to remov...
2007-07-12 ericksonInitialized merge tracking via "svnmerge" with revision...
2007-07-11 mikerPatch from Scott McKellar to fix potential local buffer
2007-07-09 mikerPatch from Scott McKellar to remove srfsh.h and push...
2007-07-08 ericksonrepaired conflicting declarations
2007-07-08 mikerPatch from Scott McKellar for declaration cleanup and...
2007-07-06 mikeradding COPYING and LICENSE.txt
2007-07-06 mikera little bit more cleanup from previous DOM/DomianObjec...
2007-07-06 mikermoved from custom is_number() to standared ctype.h...
2007-07-05 ericksonreformated error for easier reading
2007-07-05 mikerremoving signedness warnings coming from libxml2
2007-07-05 ericksonfixed bug where no-text-data resulted in incorrect...
2007-07-05 ericksonfixed bug in to-json logic -- was still using older api
2007-07-05 ericksonremoved some initial (non-error) stderr logging.
2007-07-05 mikerneed to wait for perl to catch up ...
2007-07-05 mikercapture the perl pid using ps instead of $! (forking...
2007-07-04 mikerdo the process separation dance on server bootstrapping...
2007-07-04 mikerremoving vestigial DOM code from back when opensrf...
2007-07-02 ericksonupdated the sylog and activity log file handling to...
2007-07-02 mikerCompleting the JSON perl module move started by patch...
2007-07-02 mikerPatch from Dan Scott to move JSON to OpenSRF::Utils...
2007-07-02 mikerPatch from Dan Scott to finish up the removal of bootst...
2007-06-30 mikerPatch from Scott McKellar implementing cleaner daemoniz...
2007-06-29 mikercleaning up XML indentation via xmllint; removing boots...
2007-06-29 mikertest for failed forker creation before touching struct...
2007-06-29 mikerPatch from Dan Scott to move perl OpenSRF core bootstra...
2007-06-29 mikerarg ... Patch from Scott McKellar that:
2007-06-28 mikerPatch from Scott McKellar:
2007-06-28 mikerI missed patching the header somehow ... (Part of a...
2007-06-26 mikerPatch from Scott McKellar, finishing off the "log to...
2007-06-25 mikeradding yet more router commands to gather some stats...
2007-06-25 mikeradding router commands to gather some stats about reque...
2007-06-25 mikerPatch from Scott McKellar to improve default logging:
2007-06-22 mikerallow the OSRF_HOSTNAME env variable to specify the...
2007-06-21 ericksontesting email2
2007-06-21 ericksontesting email
2007-06-21 ericksonforget to add libopensrf Makefile with latest re-org...
2007-06-21 ericksonMerged libopensrf source directories (libtransport...
2007-06-21 ericksonmade the logging module fail gracefully when syslog...
2007-06-21 mikerthinko, need to return an int from osrfLogGetLevel()
2007-06-20 mikerAdded osrfLogGetLevel method, then applied
2007-06-16 mikerPatch from Scott McKellar to add stderr logging when...
2007-06-15 ericksonmore tuning of hinted object handling. added support...
2007-06-15 ericksontesting email 2
2007-06-15 ericksontesting email
2007-06-15 ericksonCleaned up the network hint / object registration code...
2007-06-14 ericksonAdded a new XML-2-JSON utility for converting XMLized...
2007-06-13 ericksonrolling back changes to objson includes. opensrf cannot...
2007-06-12 mikerPatch from Dan Scott to fix up the OpenSRF build proces...
2007-06-12 mikerPatch from Scott McKellar; rearranges some logic to...
2007-06-12 mikerPatch from Scott McKellar:
next