]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2009-09-04 ericksonfor consistency with other config files and ease of...
2009-09-04 ericksonassume 'yes' to fetching dependencies; reduce the verbo...
2009-09-03 scottmk1. In osrfListSetDefault(): install the standard function
2009-09-03 scottmk1. A minor streamlining of va_list_to_string(), to...
2009-08-31 ericksonrepaired partial change from 'class' to 'pkg'. added...
2009-08-31 scottmk1. Add comments to be recognized by doxygen or other...
2009-08-28 sboyettechanged 'my' globals to 'our' globals for testing purposes
2009-08-28 sboyettefirst tests
2009-08-28 sboyettemore cleanup and documentation in progress
2009-08-28 sboyetteyanking LogServer test file
2009-08-28 sboyetteremoving use of LogServer
2009-08-28 sboyetteremoving _json_hint_to_class
2009-08-28 sboyetteshuffling around, adding POD stubs
2009-08-25 sboyetteremoving OSRF::Utils::LogServer at berick's suggestion
2009-08-25 sboyetterearranging things a bit, docs. no actual code changes.
2009-08-25 sboyettenew test files for Utils breakout
2009-08-25 sboyetteremoved $VERSION construct which caused undef warnings...
2009-08-25 sboyettemethod prettyJSON doesnt exist anymore
2009-08-25 sboyetteditto
2009-08-25 sboyettethat last version change was rather poorly timed, as...
2009-08-21 sboyettelocal doc updates for recent changes. wondering how...
2009-08-21 sboyettepreƫmptive version bump
2009-08-21 sboyette'make check' works as promised. perl tests moved to...
2009-08-20 sboyetteupdating MANIFEST for Module::Build-ness
2009-08-17 sboyetteadded separate install fail diagnostic message
2009-08-17 sboyetteremoving files no longer needed
2009-08-17 sboyette'make' will now just plain make again without proceedin...
2009-08-17 sboyetteGoing back to dumping a script (unbreaking non-root...
2009-08-13 sboyetteAdded DISTCLEANFILES to make "make distclean" work...
2009-08-13 sboyetteAC_CONFIG_MACRO_DIR added at the behest of libtoolize
2009-08-13 sboyetteAdded distclean-local: target and DISTCLEANFILES to...
2009-08-13 sboyetteBuild.PL built; build/test/install all selfcontained...
2009-08-13 sboyetteM::B changes
2009-08-13 sboyetteM::B changes
2009-08-05 scottmkExtended the JSON_INIT_CLEAR macro to avoid segfaults.
2009-08-05 scottmkPerformance tweak to jsonIterator.
2009-07-29 ericksonset the 'from' address in outbound jabber messages
2009-07-29 ericksonset the 'from' address in outbound xmpp messages
2009-07-28 ericksonreduce unnecessary calls to fcntl() while reading from...
2009-07-23 ericksoncheck NULL-ness on hash the key before calling find_item
2009-07-22 scottmkThis is a performance tweak to the osrfHashGet function...
2009-07-10 scottmkAdd two new commands, "open" and "close", to open and...
2009-06-22 scottmkFix a bug whereby, if there was only one <service>...
2009-06-11 ericksonuntil we make the router / C processes write their...
2009-06-11 ericksoncall cleanup instead of running the death callback...
2009-06-11 ericksonadded session callback support with example method...
2009-06-10 ericksonadded a session_data disctionary to ServerSession class...
2009-06-06 scottmk1. If an input line ends in a backslash, remove the...
2009-06-04 mikerteach interval_to_seconds about HH:MM:SS format time...
2009-06-04 mikerteach interval_to_seconds about negative intervals
2009-06-03 ericksonflush_socket now flushes data through the xml stream...
2009-06-03 ericksondon't try to 'kill' an empty pid / prevents warnings
2009-06-01 ericksondefine OSRF_HOSTNAME globally to prevent 'unbound varia...
2009-05-31 dbsUse autotools to set the default values in opensrf...
2009-05-31 dbsUse autotools a bit more to our advantage:
2009-05-29 ericksontry finding osrf_config in the users PATH first to...
2009-05-22 ericksonopensrf.py can now read the opensrf.settings file for...
2009-05-19 ericksonuntil full settings support is added, comment that...
2009-05-19 ericksonadded final bits for stateful sessions (drone keepalive)
2009-05-18 ericksonno need to wrap each method description in an object...
2009-04-30 ericksonactivate the config options, need to that if you're...
2009-04-30 ericksongo ahead and log the cache keys when we log the cache...
2009-04-28 ericksondon't set stream state to disconnected on a non-stream...
2009-04-27 ericksonpass unknown string as second param to osrfLog to avoid...
2009-04-27 scottmkPerformance tweak for osrfLog* functions: don't pass...
2009-04-08 dbsOpenSRF r1692 + OpenILS r12809 broke the Evergreen...
2009-04-06 scottmkNew JSON parser -- simpler, faster, and more robust...
2009-04-02 ericksoncapture osrfServerError responses
2009-03-31 scottmkIn osrfConfigGetValue(): plugged a memory leak
2009-03-31 scottmk1. Create a new osrfListExtract function, which removes...
2009-03-31 scottmkIn osrf_system_shutdown(): provide a return value for...
2009-03-31 scottmkPlug a memory leak reported by Steven Chan.
2009-03-25 ericksonhash keys have to be escaped like regular strings
2009-03-19 mikerPatch from John Craig fixing a problem with the pre...
2009-03-14 ericksonmake OpenSRF 'global' so IE won't clobber it
2009-03-06 ericksontry the various xhr loading techniques
2009-03-06 ericksonIE mad. IE throw tantrum. Bill give IE a Baby Ruth
2009-03-06 ericksonin IE, localeMatch might be null
2009-02-28 ericksondon't try to close the socket if it's not there
2009-02-23 dbsNon-Mozilla browsers want an explict dojo.declare(...
2009-02-17 ericksongotta protect the JSONObject2Perl() when decoding array...
2009-02-17 ericksonnot sure why this is an issue now (different perl/json...
2009-02-15 dbsRemove old install target for CentOS - thanks Carl...
2009-02-15 dbsBug in CentOS prerequisite installer - thanks Carl...
2009-02-12 scottmk1. Added a missing #include
2009-02-05 dbslet's avoid creating double-hyphened locales, too
2009-02-05 dbsdojo.locale is the preferred method of determining...
2009-02-04 dbsSo, djfiander says "fix the code so it's not case-sensi...
2009-02-02 scottmkeplace the OSRF_METHOD_VERIFY_CONTEXT macro with an
2009-02-02 scottmkReplace the OSRF_METHOD_VERIFY_CONTEXT macro with an
2009-02-02 scottmkReplace the OSRF_METHOD_VERIFY_CONTEXT macro with an
2009-01-29 scottmkThis update mainly tightens the error handling.
2009-01-27 ericksonadded what amounts to -l (use localhost as fqdn) suppor...
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
next