]> git.evergreen-ils.org Git - OpenSRF.git/history - src
update ChangeLog for 2.5.0-alpha2
[OpenSRF.git] / src /
2017-02-16 Galen Charltonupdate version numbers for 2.5.0-alpha2
2017-02-16 Galen CharltonLP#1652382: more improvements to cache key munging
2017-02-16 Galen CharltonLP#1652382: handle cases where supplied key is longer...
2017-02-16 Mike RylanderLP#1652382: Make use of the clean key just created
2017-02-16 Mike RylanderLP#1652382: normalization of memcache keys in C code
2017-02-16 Mike RylanderLP#1655449: Bundling/chunking limits for SubRquests
2017-02-16 Galen CharltonLP#1652122: fix infinite recursion in opensrf.system...
2016-12-07 Galen Charltonupdate version numbers for 2.5.0-alpha
2016-11-04 Galen CharltonLP#1612771: fix chunking for atomic C methods
2016-11-01 Galen CharltonLP#1631522: include example of ->dispatch in example app
2016-11-01 Mike RylanderLP#1631522: Dispatch mode for method_lookup subrequests
2016-11-01 Galen CharltonLP#1612771: fix error in POD
2016-11-01 Mike RylanderLP#1612771: Add chunking support to JS implementation
2016-11-01 Bill EricksonLP#1612771: implement C max_chunk_size server support
2016-11-01 Bill EricksonLP#1612771: set Perl / C max_chunk_size default sizes
2016-11-01 Mike RylanderLP#1612771: C support for receiving chunked responses
2016-11-01 Bill EricksonLP#1612771: Perl max_chunk_size additions
2016-11-01 Mike RylanderLP#1612771: bundling and chunking
2016-10-31 Ben ShumLP#1603708: Remove support for Ubuntu 12.04 Precise
2016-10-31 Bill EricksonLP#1473479 Syslog configuration adoption
2016-10-31 Mike RylanderLP#1631520: configure install location of Perl modules
2016-08-15 Ben ShumLP#1585041: Move debian_sys_config target for Debian...
2016-08-12 Mike RylanderLP#1485371: Use client-supplied TZ
2016-05-04 Jason StephensonLP#1551090: Enable mod_perl2 on Ubuntu 16.04 (Xenial...
2016-05-04 Chris SharpLP#1551090: Adding apache2-dev dependency to xenial...
2016-05-04 Chris SharpLP#1551090: Since we move apache to the "install_extra_...
2016-05-04 Chris SharpLP#1551090: Adding necessary connectivity for xenial...
2016-05-04 Chris SharpLP#1551090: Adding apache2 package to Makefile.install...
2016-05-04 Chris SharpLP#1551090: Updating Makefile to accommodate ubuntu...
2016-04-23 Galen CharltonLP#1559121: remove Debian Squeeze support
2016-02-04 Galen CharltonLP#1350457: add test case for perl2JSONObject change
2016-02-04 Mike RylanderLP#1350457: Pass caller's session to subrequests called...
2016-02-04 Jason EtheridgeLP#1474507: fix interval_to_seconds for weeks and seconds
2016-02-04 Jason EtheridgeLP#1474507: tests for interval_to_seconds
2016-02-04 Mike RylanderLP#1494486: Limit damage caused by dropped drone XMPP...
2015-06-24 Galen CharltonLP#1152272: do not log batch invocation of srfsh in...
2015-06-24 Galen CharltonLP#1461625: ensure srfsh doesn't close STDOUT prematurely
2015-06-18 Dan ScottLP#1409055 Support specific protocols for OpenSRF gatew...
2015-06-03 Galen CharltonLP#1436047: make srfsh --safe act as if "! command...
2015-06-03 Mike RylanderLP#1436047: Allow disabling of "bang commands" in srfsh
2015-02-16 Bill EricksonLP#1418613 per-tab websocket send() JS thinko repair
2015-01-06 Bill EricksonLP#1383828 Jessie/Trusty installer Apache "mpm" repairs
2014-08-21 Galen CharltonLP#1002028: set Access-Control-Expose-Headers
2014-08-21 Galen CharltonLP#1002028: support CORS for HTTPS
2014-08-21 Bennett GobleLP#1002028: Cross Origin Resource Sharing for OpenSRF
2014-08-21 Galen CharltonRevert "LP#1350457: Pass caller's session to subrequest...
2014-08-20 Mike RylanderLP#1350457: Pass caller's session to subrequests called...
2014-08-20 Bill EricksonLP#1341687 listeners log/drop XMPP error msgs
2014-08-20 Bill EricksonLP#1343578: Perl/C syslog "logtag" additions.
2014-08-20 Mike RylanderLP#1343578: Add support for log tagging
2014-08-20 Bill EricksonLP#1316245: JS now uses browser-native JSON routines
2014-08-19 Bill EricksonLP#1268619: disable shared workers pending browser...
2014-08-19 Bill EricksonLP#1268619: update JS/WS/SSL code comment
2014-08-19 Bill EricksonLP#1268619: JS status codes can come across as numbers...
2014-08-19 Bill EricksonLP#1268619: JS libs capture all method errors
2014-08-19 Bill EricksonLP#1268619: websocket: avoid sharedworker for firefox 29
2014-08-19 Bill EricksonLP#1268619: websockets: detect connectedness of JS...
2014-08-19 Bill EricksonLP#1268619: websockets: auto-upgrade to shared workers...
2014-08-19 Bill EricksonLP#1268619: websockets: gateway code repairs & confing...
2014-08-19 Bill EricksonLP#1268619: websockets: apply syslog name in gateway
2014-08-19 Bill EricksonLP#1268619: websockets: remove single-tab JS WS impleme...
2014-08-19 Bill EricksonLP#1268619: websockets: shared worker path; JS api_level
2014-08-19 Bill EricksonLP#1268619: websockets: initial C libs api_level support
2014-08-19 Bill EricksonLP#1268619: websockets : gateway log inbound messages...
2014-08-19 Bill EricksonLP#1268619: websocket : add JS lib to makefile
2014-08-19 Bill EricksonLP#1268619: websocket: avoid module auto configuration
2014-08-19 Bill EricksonLP#1268619: websocket : apache gateway minor fixes
2014-08-19 Bill EricksonLP#1268619: websocket : more JS api docs
2014-08-19 Bill EricksonLP#1268619: websockets : added config docs to install...
2014-08-19 Bill EricksonLP#1268619: websocket JS libs: reconnect and auto-connect
2014-08-19 Bill EricksonLP#1268619: websocket translator idle timeout / gracefu...
2014-08-19 Bill EricksonLP#1268619: websockets: support WS via shared web workers
2014-08-19 Bill EricksonLP#1268619: websocket: do not disconnect ws() on osrf...
2014-08-19 Bill EricksonLP#1268619: websocket gateway: improved memory mgt...
2014-08-19 Bill EricksonLP#1268619: websockets; free temporary osrf msgs; minor...
2014-08-19 Bill EricksonLP#1268619: websocket; docs, more memory mgmt
2014-08-19 Bill EricksonLP#1268619: websocket translator
2014-08-19 Bill EricksonLP#1268619: websocket JS additions
2014-08-19 Bill EricksonLP#1268619: track websocket_plugin.h locally until...
2014-08-19 Bill EricksonLP#1268619: websocket gateway repairs and cleanup
2014-08-19 Bill EricksonLP#1268619: Apache websocket translator module
2014-08-19 Bill EricksonLP#1268619: OpenSRF JS websockets plugin
2014-05-02 Chris SharpLP#1315525: Updating Makefile.install for Ubuntu 14...
2014-05-02 Galen CharltonLP#1286248: remove osrf_ctl.sh
2014-05-02 Galen CharltonLP#1285915: document that perl2JSON doesn't order hash...
2014-05-02 Galen CharltonLP#1234816: improve const-correctness of osrfCachePutSt...
2014-05-02 Bill EricksonLP#1306044 Debian Jessie Makefile.install target
2014-04-02 Mike RylanderLP#1292214: Improve docgen output
2014-03-07 Bill EricksonLP#1179660: remove OpenSRF.pm AUTOLOAD
2014-03-07 Lebbeous Fogle-WeekleyLP#1286198: Teach osrf_router to (optionally) write...
2014-02-27 Bill EricksonLP#1284137: Avoid WARN logging on router shutdown
2014-01-31 Galen CharltonLP#1155446: add Debian/Ubuntu deps required for Python...
2014-01-31 Bill EricksonLP#1066131: srfsh.py should not require opensrf.settings
2014-01-31 Galen CharltonLP#1170484: log failure to load library for C app as...
2013-12-16 Bill EricksonOpenSRF client disconnect robustification (Perl)
2013-12-16 Bill EricksonOpenSRF client disconnect robustification (Perl)
2013-12-16 Mike RylanderProtect subrequests from post-complete messages
2013-12-16 Galen CharltonLP#1180849: test case - ignoring subrequest responses...
2013-12-16 Mike RylanderProtect subrequests from post-complete messages
2013-12-16 Galen CharltonLP#1180849: test case - ignoring subrequest responses...
next