]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2011-02-28 dbsTag RC1 of 2.0.0 release
2011-02-22 dbsRemove max_requests config stanza from C language imple...
2011-02-22 dbsadded sample rsyslog opensrf configuration file
2011-02-22 dbsTrivial typo fix (also tests OpenSRF buildbot)
2011-02-22 dbsRemove extraneous line for dnsmasq / Python
2011-02-22 dbsGet that brace back in the right place
2011-02-22 dbsAdd hints to increase max_children config variable...
2011-02-22 dbsClean up Python server implementation, guided by pylint
2011-02-22 dbson second thought, removing debug sleep method, which...
2011-02-22 dbsApply libtools versioning to OpenSRF c-apps as well
2011-02-22 dbsPrepare for version 2.0.0 with versioning for 2.0.0
2011-02-22 dbsadded opensrf.system.sleep method; takes 1 param (secon...
2011-02-22 dbsResolve encoding problem found by attempting to registe...
2011-01-31 dbsWhitespace consistency (tabs for Makefiles I guess)
2011-01-31 dbsUse an Exporter-approved version number (only one decim...
2011-01-31 dbsCorrect copy/paste error in Build.PL metadata
2011-01-28 dbsOpenSRF::UnixServer doesn't live here any more
2011-01-26 dbsSet the correct number of expected tests so that we...
2011-01-21 ericksonmake the api CALL log line consistent across Perl and...
2011-01-21 ericksonrepaired call to handle_request for router query; canno...
2010-12-20 ericksonrepaired bug in total request time calc, particularly...
2010-12-20 dbsStraighten out -f / -d flag confusion in libmemcached...
2010-12-20 ericksonPython srfsh enhancements
2010-12-13 ericksonon second thought, removing debug sleep method, which...
2010-12-13 ericksonimproved select/read/write fault tolerance; cleaner...
2010-12-01 dbsApply patch for dnsmasq documentation
2010-11-30 ericksonfail gracefully when opensrf.settings is not up and...
2010-11-29 ericksondon't clean up child attributes until we're done with...
2010-11-29 ericksonadd fault tolerance (e.g. recover from interrupted...
2010-11-29 ericksonavoid calling sysread when select exited from interruption.
2010-11-29 ericksonadded opensrf.system.sleep method; takes 1 param (secon...
2010-11-29 dbsLenny needs zlib1g-dev package to install XML::LibXML...
2010-11-24 gmcno longer need FreezeThaw
2010-11-22 ericksonin the rare case the select() is interrupted while...
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-15 dbsBump version number for 2.0 branch
2010-11-15 dbsCreate rel_2_0 branch for next major OpenSRF release
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:
next