erickson [Mon, 22 Aug 2005 19:30:51 +0000 (19:30 +0000)]
added a header file for the gateway
added apache configs for gateway config file loading
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@496
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 22 Aug 2005 15:21:51 +0000 (15:21 +0000)]
now copying over example srfsh file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@495
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 22 Aug 2005 15:21:15 +0000 (15:21 +0000)]
added an example srfsh file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@494
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 22 Aug 2005 15:19:11 +0000 (15:19 +0000)]
moved router, gateways to a single config file opensrf_core.xml
remvoed router_config.xml and gateway.xml config files
make config.sh only ask for prefix, other directories are assumed (and can obviously be changed in install.conf if necessary)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@493
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Sun, 21 Aug 2005 20:11:28 +0000 (20:11 +0000)]
make install.sh slightly smarter
removed compiler error for 'osrf_stack_process' by making it a global variable
set by the stack (osrf_app_session no longer needs to know about the stack directly)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@492
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Sat, 20 Aug 2005 19:55:49 +0000 (19:55 +0000)]
updated make process to copy over new web stuff and not old web stuff
removed the old transport_socket stuff
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@491
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 17 Aug 2005 18:35:09 +0000 (18:35 +0000)]
disabled REUSE since it was affecting router
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@490
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 17 Aug 2005 15:43:11 +0000 (15:43 +0000)]
add socket options to allow socket recovery and speed up streaming
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@489
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 17 Aug 2005 15:16:22 +0000 (15:16 +0000)]
added external file to hold the commonly used jabber XML
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@488
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 17 Aug 2005 14:43:44 +0000 (14:43 +0000)]
fixed a problem in utils where I was using a va_list after calling va_end on the list
found a couple of memory leaks in gateway
got exceptions going through the REST gateway
made makefile a little smarter
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@487
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 21:25:41 +0000 (21:25 +0000)]
added the setting for unixpath
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@486
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 21:06:42 +0000 (21:06 +0000)]
moved transport code over to utils/socket_bundle so we can keep the code
centralized and take advantage of the unix socket handling.
made makefiles smarter so that we're not re-compiling targets
make install less verbose so errors are easier to see
cleared up all but one of the build errors (still thinking about that one)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@485
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 15:46:54 +0000 (15:46 +0000)]
added method to allow waiting for a single client socket instead
of waiting on every socket
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@484
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 15:19:27 +0000 (15:19 +0000)]
patched up to work with new jserver
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@483
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 15:16:26 +0000 (15:16 +0000)]
jserver now has ability to listen on a specified IP address
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@482
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 15:09:32 +0000 (15:09 +0000)]
added ability to bind to a specific IP address for TCP server connections.
TCP client code is now tested and appears to work
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@481
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 14:44:59 +0000 (14:44 +0000)]
added client connect code for INET and UNIX. UNIX is tested, INET is not.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@480
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 16 Aug 2005 13:29:25 +0000 (13:29 +0000)]
removed dependency to self in makefile
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@479
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 15 Aug 2005 13:42:42 +0000 (13:42 +0000)]
added microseconds to get_timestamp_millis()
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@478
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 12 Aug 2005 16:45:00 +0000 (16:45 +0000)]
removed debug line
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@477
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Fri, 12 Aug 2005 16:44:12 +0000 (16:44 +0000)]
getting rid of some spurious warnings
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@476
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 12 Aug 2005 15:29:58 +0000 (15:29 +0000)]
code cleanup and memory debugging
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@475
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 11 Aug 2005 22:36:18 +0000 (22:36 +0000)]
removed some comments
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@474
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 11 Aug 2005 22:28:52 +0000 (22:28 +0000)]
moved C over to all JSON all the time
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@473
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 11 Aug 2005 20:49:10 +0000 (20:49 +0000)]
fixing preconstructed Result test in AppSession
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@472
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 11 Aug 2005 20:07:57 +0000 (20:07 +0000)]
minor bug fixes and removal of some extra stringifications
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@471
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 11 Aug 2005 19:37:13 +0000 (19:37 +0000)]
testing reveals bugs, bugs get squashed!
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@470
9efc2488-bf62-4759-914b-
345cdb29e865
pines [Thu, 11 Aug 2005 19:09:25 +0000 (19:09 +0000)]
moving from XML to JSON in the core messaging
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@469
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 5 Aug 2005 21:03:36 +0000 (21:03 +0000)]
much work toward the dtd-on-the-fly architecture for locale changing
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@468
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 5 Aug 2005 15:38:30 +0000 (15:38 +0000)]
move the log_free to after the cleanup is done so we don't see
error logging going to the terminal after log_free
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@467
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 5 Aug 2005 12:58:03 +0000 (12:58 +0000)]
moving to OpenILS
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@466
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 5 Aug 2005 12:34:31 +0000 (12:34 +0000)]
removed some unused comments, etc.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@465
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 4 Aug 2005 22:13:11 +0000 (22:13 +0000)]
apachetools is some generic apache module helper functions
xmltools are some generic xml helper functions
mod_xmltools is the beginning of our XML monster for
processing DTDs, xincludes, and potentially xslt's
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@464
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 4 Aug 2005 18:36:19 +0000 (18:36 +0000)]
ooops... octal ;)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@463
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 4 Aug 2005 18:26:45 +0000 (18:26 +0000)]
now allow S and E in class hints :)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@462
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 3 Aug 2005 17:07:36 +0000 (17:07 +0000)]
some code cleanup, some unfinished projects, etc.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@461
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 3 Aug 2005 17:06:19 +0000 (17:06 +0000)]
added a stringisnum function
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@460
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 16:58:31 +0000 (16:58 +0000)]
removing some minor debuging info
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@459
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 16:49:11 +0000 (16:49 +0000)]
daemonizing and hushing warnings; logger reopens files instead of writing blindly to an open FH
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@458
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 15:23:24 +0000 (15:23 +0000)]
staving off memory leaks
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@457
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 15:03:42 +0000 (15:03 +0000)]
moor boogz
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@456
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 14:40:20 +0000 (14:40 +0000)]
bugfix for buffer_fadd
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@455
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 03:34:18 +0000 (03:34 +0000)]
either my escaper is to naive, or something is wonky with buffer_add_char
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@454
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 03:11:17 +0000 (03:11 +0000)]
quoting xml characters, bug fixes
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@453
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Wed, 3 Aug 2005 03:10:34 +0000 (03:10 +0000)]
removing (confusing) extranious definition
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@452
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 21:10:24 +0000 (21:10 +0000)]
bugfix
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@451
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 20:41:27 +0000 (20:41 +0000)]
bug fix
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@450
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 20:36:46 +0000 (20:36 +0000)]
making class handling more generic
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@449
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 19:58:09 +0000 (19:58 +0000)]
fixing bare "array" inside fieldmapper objects
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@448
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 19:34:32 +0000 (19:34 +0000)]
the rest gatewaty, eets alive!
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@447
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Tue, 2 Aug 2005 18:38:06 +0000 (18:38 +0000)]
changes to support the REST gateway
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@446
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 1 Aug 2005 15:33:22 +0000 (15:33 +0000)]
changed add_index to set_index to match some updated objson
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@445
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 1 Aug 2005 15:00:03 +0000 (15:00 +0000)]
C based xinclude processor
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@444
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Fri, 29 Jul 2005 23:57:43 +0000 (23:57 +0000)]
fixing number bug in JSON
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@443
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 28 Jul 2005 21:35:32 +0000 (21:35 +0000)]
passing numbers as bare strings
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@442
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 21:46:04 +0000 (21:46 +0000)]
checking in... see diffs
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@440
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 19:31:39 +0000 (19:31 +0000)]
fixed bug in opensrf_all
add untested code for new marc templates
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@439
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 15:25:14 +0000 (15:25 +0000)]
moved redirect to latest mod_perl
added a .js file to the opac that was missing
fixed unitialized value logging in appsession
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@438
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 01:22:12 +0000 (01:22 +0000)]
more config file mangling
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@437
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 01:09:43 +0000 (01:09 +0000)]
removing unix files
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@436
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 27 Jul 2005 00:44:08 +0000 (00:44 +0000)]
more debugging
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@435
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 26 Jul 2005 23:28:26 +0000 (23:28 +0000)]
for convenience, changed to work with new default layout
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@434
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 26 Jul 2005 23:26:51 +0000 (23:26 +0000)]
more install goodness, fixed some bugs, etc
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@433
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 26 Jul 2005 22:35:16 +0000 (22:35 +0000)]
using Logger instead of Log
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@432
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Tue, 26 Jul 2005 17:08:59 +0000 (17:08 +0000)]
more install goodness, fixed random jserver bug
added an opensrf_all script to load jserver, router, and opesnrf core
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@431
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 23:40:49 +0000 (23:40 +0000)]
added a line of hopefull helpful debug output
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@430
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 23:27:08 +0000 (23:27 +0000)]
copying over the opensrf.xml config file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@429
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 21:47:43 +0000 (21:47 +0000)]
example config file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@428
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 16:57:23 +0000 (16:57 +0000)]
added handler for STATUS_CONTINUE
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@427
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Mon, 25 Jul 2005 16:04:20 +0000 (16:04 +0000)]
adding echo method
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@426
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Mon, 25 Jul 2005 14:45:04 +0000 (14:45 +0000)]
default to api_level 1
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@425
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Mon, 25 Jul 2005 14:44:50 +0000 (14:44 +0000)]
adding new ContinueStatus message
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@424
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Mon, 25 Jul 2005 13:42:15 +0000 (13:42 +0000)]
using implicit connect with "method_lookup" style calls;fixing "max_requests" state with an explicit connect; reset request timeout on STATUS=100
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@423
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Mon, 25 Jul 2005 01:57:13 +0000 (01:57 +0000)]
rolling back useless logging change from earlier
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@422
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 01:34:06 +0000 (01:34 +0000)]
added exception for when trying to send to non-existant recipient
this will prevent some of the vague 'no app_session returned from server build' errors
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@421
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 25 Jul 2005 00:52:22 +0000 (00:52 +0000)]
made it so it doesn't complain about not having any apps to load
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@420
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Sun, 24 Jul 2005 19:26:51 +0000 (19:26 +0000)]
adding MethodException backtrace
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@419
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Sun, 24 Jul 2005 19:24:59 +0000 (19:24 +0000)]
removing duplicate "complete" messages by completing the server side of the request
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@418
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 22 Jul 2005 22:06:21 +0000 (22:06 +0000)]
more install arranging
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@417
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 22 Jul 2005 21:42:32 +0000 (21:42 +0000)]
changed name
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@416
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 22 Jul 2005 21:41:10 +0000 (21:41 +0000)]
example bootstrap config file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@415
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 22 Jul 2005 15:09:29 +0000 (15:09 +0000)]
set raw_print true forces srfsh to bypass 'less' for output
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@414
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 21 Jul 2005 22:28:58 +0000 (22:28 +0000)]
small tweaks and changes to make the install process more useful
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@413
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 21 Jul 2005 21:51:37 +0000 (21:51 +0000)]
example router config file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@412
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 21 Jul 2005 21:45:59 +0000 (21:45 +0000)]
example gateway config file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@411
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 21 Jul 2005 16:53:02 +0000 (16:53 +0000)]
fixed issue where the err message was not getting set correctly
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@410
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 21 Jul 2005 14:59:06 +0000 (14:59 +0000)]
now piping to open shell for unknown commands so that there is only one shell used
if command is preceeded by !, then a new shell is opened
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@409
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 20 Jul 2005 16:19:08 +0000 (16:19 +0000)]
added EXEC_DEFAULT compile option for srfsh which is set by default.
when set, srfsh will send all misunderstood commands to a subshell for
execution
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@408
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 20 Jul 2005 15:58:38 +0000 (15:58 +0000)]
fixed some typos, logic errors
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@407
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Wed, 20 Jul 2005 13:41:14 +0000 (13:41 +0000)]
added support for script files. when we detect that we're runnin from a script
output is not sent to 'less', but stdout instead.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@406
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 18 Jul 2005 18:24:32 +0000 (18:24 +0000)]
building objson with strict writing enabled (includes nulls)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@405
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 18 Jul 2005 18:12:14 +0000 (18:12 +0000)]
completely reverted to original
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@404
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 18 Jul 2005 18:03:08 +0000 (18:03 +0000)]
basically reverted back - left the try catch
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@403
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Mon, 18 Jul 2005 17:19:41 +0000 (17:19 +0000)]
added try block for catching un doable things
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@402
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 15 Jul 2005 21:30:13 +0000 (21:30 +0000)]
added shutdown call before closing socket
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@401
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 15 Jul 2005 20:49:57 +0000 (20:49 +0000)]
moved back to nulls
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@400
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Fri, 15 Jul 2005 19:52:09 +0000 (19:52 +0000)]
remove extranious "null"s from JSON
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@399
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 15 Jul 2005 19:04:49 +0000 (19:04 +0000)]
objson now accepts empty array and object values if STRICT_JSON_READ is not defined
and writes null array and object values as empty strings if STRICT_JSON_WRITE is not defined
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@398
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 15 Jul 2005 15:40:43 +0000 (15:40 +0000)]
removed some unnecessary 'use' statements
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@397
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 15 Jul 2005 15:40:24 +0000 (15:40 +0000)]
cleaned up a little
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@396
9efc2488-bf62-4759-914b-
345cdb29e865