IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/Nebulous

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4880   21 years jhoblitt typo fix
(edit) @4879   21 years jhoblitt document object methods
(edit) @4878   21 years jhoblitt add init() class method
(edit) @4875   21 years jhoblitt add log table
(edit) @4874   21 years jhoblitt rename Nebulous::Server->setup() -> Nebulous::Server->init() add …
(edit) @4873   21 years jhoblitt rename Nebulous::Server->setup() -> Nebulous::Server->init() add …
(edit) @4804   21 years jhoblitt podify
(edit) @4803   21 years jhoblitt remove
(edit) @4802   21 years jhoblitt add gid generator
(edit) @4801   21 years jhoblitt merge apache_setup.txt into setup.txt
(edit) @4798   21 years jhoblitt update
(edit) @4795   21 years jhoblitt update
(edit) @4677   21 years jhoblitt tidy update copyright notice
(edit) @4676   21 years jhoblitt remove unneeded info fprint() from p_nebSetErr()
(edit) @4675   21 years jhoblitt change unneeded endpoint test to test comment
(edit) @4674   21 years jhoblitt fix memory leak
(edit) @4673   21 years jhoblitt add param checking error message in nebParseURI()
(edit) @4672   21 years jhoblitt add missing free in nebObjectInstancesFree()
(edit) @4671   21 years jhoblitt add rigorous parameter validation to most functions
(edit) @4670   21 years jhoblitt return failed test count on exit close open filehandles fix memory leaks
(edit) @4665   21 years jhoblitt change to mysql 'grant' syntax
(edit) @4662   21 years jhoblitt grammar fix
(edit) @4661   21 years jhoblitt more doxygen
(edit) @4660   21 years jhoblitt rename nebServerCleanup() -> nebServerFree()
(edit) @4659   21 years jhoblitt add doxygen
(edit) @4658   21 years jhoblitt fix typo
(edit) @4657   21 years jhoblitt add c++ linkage support
(edit) @4656   21 years jhoblitt removed
(edit) @4655   21 years jhoblitt first working version
(edit) @4654   21 years jhoblitt add doxygen support
(edit) @4653   21 years jhoblitt add pkgconfig support
(edit) @4651   21 years jhoblitt tidy nebOpen()
(edit) @4650   21 years jhoblitt fix logic bug in nebOpen()
(edit) @4649   21 years jhoblitt add nebObjectInstances change nebFindInstances() to return a …
(edit) @4648   21 years jhoblitt fix some memory leaks related to nebFindInstances()
(edit) @4647   21 years jhoblitt remove dependency on soapH.h
(edit) @4646   21 years jhoblitt add nebObjectStat change nebStat() to return nebObjectStat add …
(edit) @4645   21 years jhoblitt change stat_objectResponse to be an ArrayOfString
(edit) @4640   21 years jhoblitt add tests for nebOpen()
(edit) @4639   21 years jhoblitt nebOpen(server, key, NEB_WRITE) is not allowed when object has …
(edit) @4638   21 years jhoblitt ->open( $foo, 'write') is not allowed when object has multiple instances
(edit) @4637   21 years jhoblitt add nebLock() & nebUnlock() src
(edit) @4636   21 years jhoblitt update test count
(edit) @4635   21 years jhoblitt change nebLock() & nebUnlock() to return bool
(edit) @4634   21 years jhoblitt add lock/unlock tests
(edit) @4633   21 years jhoblitt remove an old auto-lock comment
(edit) @4632   21 years jhoblitt remove commented auto-lock code
(edit) @4631   21 years jhoblitt removed
(edit) @4629   21 years jhoblitt auto generate Makefile.PL
(edit) @4628   21 years jhoblitt embed nebclient require Params::Validate '0.73'
(edit) @4627   21 years jhoblitt removed
(edit) @4626   21 years jhoblitt remove duplicate nebclient/nebulous.wsdl
(edit) @4625   21 years jhoblitt add nebclient/* remove old test files
(edit) @4624   21 years jhoblitt first working version
(edit) @4623   21 years jhoblitt rename package nebulousclient -> nebclient
(edit) @4622   21 years jhoblitt fix out of tree builds
(edit) @4621   21 years jhoblitt rename gsoap -> nebclient
(edit) @4619   21 years jhoblitt add test failure comment change test key to foobarbaz add a …
(edit) @4618   21 years jhoblitt add -fno-strict-aliasing flag
(edit) @4617   21 years jhoblitt add endpoint paremeter to nebServerAlloc()
(edit) @4616   21 years jhoblitt remove test/tests
(edit) @4615   21 years jhoblitt add tests dir
(edit) @4614   21 years jhoblitt first working version
(edit) @4527   21 years jhoblitt change nebSetErr() to handle filename, lineno, & function params …
(edit) @4525   21 years jhoblitt change nebParseURI() to return size_t change nebParseURI() to use …
(edit) @4524   21 years jhoblitt remove debugging statements from nebFindInstances() change …
(edit) @4523   21 years jhoblitt reorganize nebFindInstacnes()
(edit) @4522   21 years jhoblitt change nebNukeFile() to take a server param change nebSetErr() & …
(edit) @4521   21 years jhoblitt change nebCopyFile(), nebCopyFilehandle(), & nebParseURI() to have a …
(edit) @4520   21 years jhoblitt rename rw enum -> nebRW
(edit) @4519   21 years jhoblitt change nebMove() to return bool add nebMove() src
(edit) @4511   21 years jhoblitt change nebCreate() to verify key param is not NULL change nebCreate() …
(edit) @4510   21 years jhoblitt change nebCopy() to return bool add nebCopy() src
(edit) @4509   21 years jhoblitt remove unnecessary casts
(edit) @4508   21 years jhoblitt add nebFind() src
(edit) @4507   21 years jhoblitt make as many char * params const as possible minor source reorganization
(edit) @4506   21 years jhoblitt add nebSetErr() add nebSetServerErr() remove nebServerErr() change …
(edit) @4505   21 years jhoblitt add xrealloc()
(edit) @4504   21 years jhoblitt rework nebServer struct rename nebServerInit() -> nebServerAlloc()
(edit) @4503   21 years jhoblitt add nebReplicate() add nebCull() add nebDelete()
(edit) @4492   21 years jhoblitt remove unused var (n) from nebCull() change nebDelete() to return bool …
(edit) @4467   21 years jhoblitt change nebCull() to return bool change nebCull() param key to be const …
(edit) @4466   21 years jhoblitt change nebOpen() param key to be const fill in nebOpen() src fix …
(edit) @4465   21 years jhoblitt change nebReplicate() to return bool change nebReplicate() params key …
(edit) @4461   21 years jhoblitt add nebNukeFile() fix some warnings fix some formatting issues fill in …
(edit) @4460   21 years jhoblitt change nebDeleteInstance() to return bool
(edit) @4459   21 years jhoblitt build system update
(edit) @4456   21 years jhoblitt make nebParseURI() private
(edit) @4440   21 years jhoblitt rename PS::IPP::IData -> Nebulous
(edit) @4439   21 years jhoblitt first working version
(edit) @4438   21 years jhoblitt change to Apache2::SOAP instead of PS::IPP::IData::Server::Apache …
(edit) @4437   21 years jhoblitt create testing dirs with File::Temp::tempdir()
(edit) @4436   21 years jhoblitt drop PS::IPP::IData::Server::Apache
(edit) @4121   21 years jhoblitt misc cleanups some code additions
(edit) @4120   21 years jhoblitt add instance count
(edit) @4119   21 years jhoblitt add blurb about my.conf
(edit) @4118   21 years jhoblitt rename iData.wsdl -> gsoap/idata.wsdl
(edit) @3098   21 years jhoblitt run cvs2cl before autoconf
(edit) @3061   22 years jhoblitt add ArrayOfString type for find_instanceResponse
(edit) @3053   22 years jhoblitt test for cvs2cl
Note: See TracRevisionLog for help on using the revision log.