]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
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:
2007-06-12 mikerCapturing the return value of the bootstrap call and...
2007-06-12 mikerPatch from Scott McKellar to clarify errors in bootstra...
2007-06-12 mikerPatch from Scott McKellar with minor adjustments:
2007-06-12 ericksonremoved unused TEMPLATEDIR directory creation. thanks...
2007-06-12 mikerPatch from Scott McKellar:
2007-06-12 mikerPatch from Scott McKellar:
2007-06-11 ericksonadding gateway parsing code. so far, we have XML gatew...
2007-06-11 ericksonadding sample makefile and install.conf file for opensr...
2007-06-11 ericksonported XML parsing from libxml2 to Python's builtin...
2007-06-10 mikerPatch from Scott McKellar; cleaning up several error...
2007-05-31 mikerPatch from Scott McKellar; Adds calls to strerror...
2007-05-31 ericksonremoved some error lines printed to stderr. not used...
2007-05-31 ericksonslimmed some logging. capturing errno locally after...
2007-05-29 ericksonno longer freeing return value from strerror since...
2007-05-29 mikerdueling patches of pedantism
2007-05-29 ericksonadded some more descriptive logging. removed old signa...
2007-05-29 mikerChange suggested by Scott McKellar; handle c-app childr...
2007-05-29 mikerPatch from Dan Scott; adds -rpath=$(LIBDIR) to the...
2007-05-28 mikerswapped the formats -- typo
2007-05-28 mikerPatch from Scott McKellar; reasonable and non-intrusive...
2007-05-28 mikerPatch from Scott McKellar; allows the compiler to warn...
2007-05-28 mikerSeveral combined cleanup patches from Scott McKellar:
2007-05-28 mikerAt Scott McKellar's suggestion, using (long) cast and...
2007-05-27 mikerhttp://list.georgialibraries.org/pipermail/open-ils...
2007-05-25 mikerXSD from Dan Scott for validating the ~/.srfsh.xml...
2007-05-23 mikerFrom Dan Scott: EOL Whitespace is now stripped in the...
2007-05-21 mikerignore non-leaf text nodes
2007-05-21 mikercompatability functions for strnlen and strndup
2007-05-21 mikermoving this to strn_compat
2007-05-21 mikercut-n-paste error in logged message -- thanks scottmck
2007-05-21 mikerstrndup() and strnlen() implementations from Jeroen...
2007-05-21 mikerreordering breakage; const qualifier in header
2007-05-21 mikerFailure cleanups suggested by Scott McKellar; modified...
2007-05-21 mikerconst-ification
2007-05-20 mikerCorrecting previous comment. The right mailing list...
2007-05-20 mikerstderr output cleanup
2007-05-18 ericksonadded some inline comments
2007-05-18 ericksonadded math bench code. added shutdown method to discon...
2007-05-18 ericksonchanged log level on what really should not be a warnin...
2007-05-18 ericksonreturning OK status in respond method, instead of no...
2007-05-18 ericksonbroke network-object logic out of the JSON parsing...
2007-05-18 ericksoncommitting scott's safer MALLOC macro and a new buffer_...
2007-05-18 ericksonadded a make target to sample makefile for fetching...
2007-05-18 ericksonrethinking deployment
2007-05-16 ericksonupdating to jdk1.5 build
2007-05-16 ericksonadded memcache lib to makefile
2007-05-16 ericksoncommitting added jars
2007-05-16 ericksonadded a memcache client and test
2007-05-16 ericksonadded a settings server client and test. made the...
2007-05-16 ericksonimplemented client bootstrap. created a status object...
2007-05-11 ericksonfixed some doc strings. added sample makefile
2007-05-11 ericksonadded a lot of documentation
2007-05-11 ericksonimplemented enough of the stack/session logic to make...
2007-05-10 ericksonadding more base objects, started on stack layer. added...
2007-05-10 ericksonadded JSON reading ability, including serializable...
next