]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2010-11-20 ericksonadded support for introspect operation
2010-11-20 ericksoninstall srfsh.py when --enable-python is set
2010-11-20 ericksonadded support for paging through 'less' (like C); added...
2010-11-20 ericksonadded network disconnect func
2010-11-19 ericksonadded 'router' command for router class info queries...
2010-11-16 ericksonrepaired logic in the as-yet-unused import_array_data...
2010-11-16 ericksonremoved debug print statement
2010-11-16 ericksonrely on logic, not failure through try/catch, to determ...
2010-11-16 ericksonkilled the terminal colors in srfsh.py output. They...
2010-11-14 dbsLimit list of Python services to those within the domai...
2010-11-11 dbsIf an alternate config file is pointed to in osrf_ctl...
2010-11-11 dbsUse the same PID directory as the opensrf-perl.pl and...
2010-11-10 dbsAdd the sanity-saving step of a munged PERL5LIB to...
2010-11-10 dbsCommit some unit tests for Python osrf.json module
2010-11-09 dbsosrf.json clean up
2010-11-09 dbsA solution for starting all Python services: make sh...
2010-11-09 dbsEnhanced do_start() implementation in Python management...
2010-11-09 dbsAssign, don't test equality (thanks berick)
2010-11-09 dbsMake start_all automatically daemonize services
2010-11-09 dbsGive opensrf.py reasonable defaults for options
2010-11-09 dbsTry not to stomp on global variable names and built...
2010-11-09 dbsTypos: s/wait_for_child/try_wait_child/ and s/min_child...
2010-11-09 dbsTypo: Pass in the array of servers to the memcached...
2010-11-09 dbsReference constants properly
2010-11-09 dbsMake pylint happier with PEP8-compliant argument name
2010-11-09 dbsFix daemonize problem that surfaced in start_all
2010-11-09 dbsMore debuggery for the spawning of child processes
2010-11-09 dbsMinutes and months were reversed in Python logging...
2010-11-09 dbsAdd a Python and curl example of invoking the Perl...
2010-11-09 dbsAdd a streaming version of the split() method in simple...
2010-11-08 dbsMake opensrf-perl.pl handle missing configuration for...
2010-11-05 ericksonPatch from Michael Giarlo to integrate python service...
2010-11-05 ericksonpatch from Michael Giarlo for better sanity checking...
2010-11-05 ericksonadded osrf.apps to installed pachages (thanks for the...
2010-11-05 ericksonsocket_bundle typo patch from Jason Stephenson
2010-10-26 ericksonconsistent w/ the C libs, only log server message proce...
2010-10-25 ericksonlog message processing duration at INFO level, instead...
2010-10-14 scottmkPlug a minor memory leak that could occur when we opene...
2010-10-12 ericksonimplemented an optional per-service stderr log for...
2010-10-12 ericksonwhen we add xhr responses onto the end of the queue...
2010-10-07 ericksonin json encoder, replace 2 sub calls w/ 1 hash lookup...
2010-09-28 dbsWork around a Net::Domain bug that can result in fqdn...
2010-09-28 mikerreturn the trace-augmented message as written to the log
2010-09-13 ericksonremoving vestigial references to Inbound.pm, which...
2010-09-09 dbsBump trunk version number for OpenSRF up to 1.8.0;...
2010-09-05 dbsUpdate the manifest for Perl modules to avoid build...
2010-09-01 ericksonadded support for reading ContinueStatus opensrf messag...
2010-09-01 gmcupdated mailing address of the FSF
2010-09-01 gmcremove executable bit from module files that don't...
2010-09-01 ericksonReplace Net::Server with local pre-forking server
2010-08-31 gmcremove ntp and ntpdate dependencies
2010-08-18 ericksonDue to the async nature of xmllhttprequest, processing...
2010-08-16 scottmkA few minor tweaks in the name of const-correctness.
2010-08-16 scottmkSeveral minor and inconsequential changes:
2010-08-15 scottmk1. Pedantic change for const-correctness: replaced...
2010-08-14 scottmkPedantic change for const-correctness: change three...
2010-08-14 scottmkPedantic change for const-correctness: replace two...
2010-08-14 scottmkMinor performance tweak: replace a call to buffer_add()
2010-08-14 scottmkAdd some macros for upward compatibility from the old...
2010-08-14 scottmkEliminate the old JSON parser, implemented in osrf_json...
2010-08-13 dbsGet the extra_debs into Squeeze as well; fix a typo...
2010-08-13 dbsMake the names of the rules for installing extra Squeez...
2010-08-13 dbsMake log length in Perl logger a configurable value...
2010-08-13 scottmkMinor cleanup:
2010-08-13 dbsFirst cut at adding Debian Squeeze to OpenSRF prerequis...
2010-08-11 scottmkAdding comments and tinkering with white space.
2010-08-10 scottmkProvide a way for a service to set the effective buffer...
2010-08-09 scottmkCruft removal; there should be no outwardly visible...
2010-08-09 scottmkFixed a bug in the chunking.
2010-08-05 gmcset transaction ID by default to make it easier to...
2010-08-04 mikeralways use respond_complete to finish a request, whethe...
2010-08-04 scottmkImplement the chunking of OSRF messages. I.e. bundle...
2010-08-03 mikerMike, when adding the length, actually add the length...
2010-07-29 scottmk1. Add a buffer to osrfAppSession structure; for future use
2010-07-29 mikerAdd response chunking support to the Perl implementatio...
2010-07-29 scottmk1. Make osrfMessageToJSON() available at global scope.
2010-07-13 dbsWhitespace / description cleanup
2010-07-13 dbsTeach opensrf-perl.pl the same PID directory as osrf_ctl.sh
2010-07-13 dbsTypo fix to display all OpenSRF methods: sysemt ->...
2010-07-01 dbsRecent testing has been with libmemcached 0.40; bring...
2010-07-01 dbsMove on up to Lucid; drop Karmic along the way
2010-06-24 scottmkProvide a mechanism whereby a server drone can terminat...
2010-06-22 scottmkAdd a bit of bulletproofing.
2010-06-22 scottmkRearrange the way that a listener juggles its drones.
2010-06-17 scottmk1. Changed an error message to make it clearer. This...
2010-06-16 dbsRemove cruft - unused definitions of DEF_RECV_TIMEOUT...
2010-06-16 dbsMerge updated Makefile.install patch from Lee Dickens...
2010-06-15 dbsRename example Apache configuration file to include...
2010-06-15 dbsApply patch from Lee Dickens <ldickens@esilibrary.com...
2010-06-15 dbsTeach autoconf about Fedora-ish default locations
2010-06-15 dbsA few more Python dependencies that we don't need to...
2010-06-15 dbsAdd in a few dependencies for Fedora 13
2010-06-15 dbsFirst rough attempt at Fedora 13 support
2010-06-14 scottmkWhen traversing a list of osrfMessages: don't free...
2010-05-23 ericksonadded some debugging / sanity checks to python gateway...
2010-05-07 scottmkEliminate the daemonize_write_pid function (thereby...
2010-05-07 scottmkWrite the PID file from the child process (the one...
2010-05-04 scottmkFix a bug that occasionally caused OSRF not to shut...
2010-05-03 scottmkSet the appname to the logging routines at the beginning of
2010-04-24 dbsMake it possible to install just OpenSRF Python with...
next