]> git.evergreen-ils.org Git - OpenSRF.git/log
OpenSRF.git
18 years agofixed a problem in utils where I was using a va_list after calling va_end on the...
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

18 years agoadded the setting for unixpath
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

18 years agomoved transport code over to utils/socket_bundle so we can keep the code
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

18 years agoadded method to allow waiting for a single client socket instead
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

18 years agopatched up to work with new jserver
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

18 years agojserver now has ability to listen on a specified IP address
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

18 years agoadded ability to bind to a specific IP address for TCP server connections.
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

18 years agoadded client connect code for INET and UNIX. UNIX is tested, INET is not.
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

18 years agoremoved dependency to self in makefile
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

18 years agoadded microseconds to get_timestamp_millis()
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

18 years agoremoved debug line
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

18 years agogetting rid of some spurious warnings
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

18 years agocode cleanup and memory debugging
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

18 years agoremoved some comments
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

18 years agomoved C over to all JSON all the time
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

18 years agofixing preconstructed Result test in AppSession
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

18 years agominor bug fixes and removal of some extra stringifications
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

18 years agotesting reveals bugs, bugs get squashed!
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

18 years agomoving from XML to JSON in the core messaging
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

18 years agomuch work toward the dtd-on-the-fly architecture for locale changing
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

18 years agomove the log_free to after the cleanup is done so we don't see
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

18 years agomoving to OpenILS
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

18 years agoremoved some unused comments, etc.
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

18 years agoapachetools is some generic apache module helper functions
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

18 years agoooops... octal ;)
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

18 years agonow allow S and E in class hints :)
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

18 years agosome code cleanup, some unfinished projects, etc.
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

18 years agoadded a stringisnum function
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

18 years agoremoving some minor debuging info
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

18 years agodaemonizing and hushing warnings; logger reopens files instead of writing blindly...
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

18 years agostaving off memory leaks
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

18 years agomoor boogz
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

18 years agobugfix for buffer_fadd
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

18 years agoeither my escaper is to naive, or something is wonky with buffer_add_char
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

18 years agoquoting xml characters, bug fixes
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

18 years agoremoving (confusing) extranious definition
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

18 years agobugfix
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

18 years agobug fix
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

18 years agomaking class handling more generic
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

18 years agofixing bare "array" inside fieldmapper objects
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

18 years agothe rest gatewaty, eets alive!
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

18 years agochanges to support the REST gateway
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

18 years agochanged add_index to set_index to match some updated objson
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

18 years agoC based xinclude processor
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

18 years agofixing number bug in JSON
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

18 years agopassing numbers as bare strings
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

18 years agochecking in... see diffs
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

18 years agofixed bug in opensrf_all
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

18 years agomoved redirect to latest mod_perl
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

18 years agomore config file mangling
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

18 years agoremoving unix files
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

18 years agomore debugging
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

18 years agofor convenience, changed to work with new default layout
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

18 years agomore install goodness, fixed some bugs, etc
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

18 years agousing Logger instead of Log
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

18 years agomore install goodness, fixed random jserver bug
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

18 years agoadded a line of hopefull helpful debug output
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

18 years agocopying over the opensrf.xml config file
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

18 years agoexample config file
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

18 years agoadded handler for STATUS_CONTINUE
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

18 years agoadding echo method
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

18 years agodefault to api_level 1
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

18 years agoadding new ContinueStatus message
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

18 years agousing implicit connect with "method_lookup" style calls;fixing "max_requests" state...
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

18 years agorolling back useless logging change from earlier
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

18 years agoadded exception for when trying to send to non-existant recipient
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

18 years agomade it so it doesn't complain about not having any apps to load
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

18 years agoadding MethodException backtrace
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

18 years agoremoving duplicate "complete" messages by completing the server side of the request
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

18 years agomore install arranging
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

18 years agochanged name
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

18 years agoexample bootstrap config file
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

18 years agoset raw_print true forces srfsh to bypass 'less' for output
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

18 years agosmall tweaks and changes to make the install process more useful
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

18 years agoexample router config file
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

18 years agoexample gateway config file
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

18 years agofixed issue where the err message was not getting set correctly
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

18 years agonow piping to open shell for unknown commands so that there is only one shell used
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

18 years agoadded EXEC_DEFAULT compile option for srfsh which is set by default.
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

18 years agofixed some typos, logic errors
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

18 years agoadded support for script files. when we detect that we're runnin from a script
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

18 years agobuilding objson with strict writing enabled (includes nulls)
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

18 years agocompletely reverted to original
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

18 years agobasically reverted back - left the try catch
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

18 years agoadded try block for catching un doable things
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

18 years agoadded shutdown call before closing socket
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

18 years agomoved back to nulls
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

18 years agoremove extranious "null"s from JSON
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

18 years agoobjson now accepts empty array and object values if STRICT_JSON_READ is not defined
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

18 years agoremoved some unnecessary 'use' statements
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

18 years agocleaned up a little
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

18 years agoremoved all of the old libjson dependencies
erickson [Fri, 15 Jul 2005 15:18:36 +0000 (15:18 +0000)]
removed all of the old libjson dependencies
added some objson methods

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@395 9efc2488-bf62-4759-914b-345cdb29e865

18 years agoadding more fixup support for DateTime::Format::ISO8601; exporting datetime-esque...
miker [Fri, 15 Jul 2005 15:04:08 +0000 (15:04 +0000)]
adding more fixup support for DateTime::Format::ISO8601; exporting datetime-esque methods

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@394 9efc2488-bf62-4759-914b-345cdb29e865

18 years agoadded date clenser so we can use DateTime::Format::ISO8601
miker [Thu, 14 Jul 2005 20:15:13 +0000 (20:15 +0000)]
added date clenser so we can use DateTime::Format::ISO8601

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@393 9efc2488-bf62-4759-914b-345cdb29e865

18 years agofixed some a bug in jserver, added some debug lines
erickson [Thu, 14 Jul 2005 14:16:17 +0000 (14:16 +0000)]
fixed some a bug in jserver, added some debug lines

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@392 9efc2488-bf62-4759-914b-345cdb29e865

18 years agochanged arg.array to arg.a to match the fieldmapper stuff..
erickson [Wed, 13 Jul 2005 02:39:45 +0000 (02:39 +0000)]
changed arg.array to arg.a to match the fieldmapper stuff..

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@391 9efc2488-bf62-4759-914b-345cdb29e865

18 years agoadding filter info to the help
miker [Tue, 12 Jul 2005 19:14:05 +0000 (19:14 +0000)]
adding filter info to the help

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@390 9efc2488-bf62-4759-914b-345cdb29e865

18 years agoadding filtering and sorting to the introspection stubber
miker [Tue, 12 Jul 2005 19:12:37 +0000 (19:12 +0000)]
adding filtering and sorting to the introspection stubber

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@389 9efc2488-bf62-4759-914b-345cdb29e865

18 years agomaking introspection filter regexy
miker [Tue, 12 Jul 2005 19:12:03 +0000 (19:12 +0000)]
making introspection filter regexy

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@388 9efc2488-bf62-4759-914b-345cdb29e865

18 years agoaliasing respond_complete to respond
miker [Mon, 11 Jul 2005 14:45:11 +0000 (14:45 +0000)]
aliasing respond_complete to respond

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@387 9efc2488-bf62-4759-914b-345cdb29e865