summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* brush out time/Peter Baumann2010-12-101-57/+139
|
* replace NULL by empty string to avoid crash during trace outputPeter Baumann2010-10-311-2/+2
|
* changed singleton indicator to better distinguish from valid client idsPeter Baumann2010-10-311-1/+1
|
* fixed compilation error introduced by changeset ↵Constantin2010-07-301-2/+0
| | | | 437ff942525f86a36655519cea0f5a03da319cd7
* PB: improved benchmark outputPeter Baumann2010-07-301-2/+2
|
* PB: file path cleanup, such as removing RMANHOME variable usagePeter Baumann2010-07-221-20/+9
|
* fixed bug which made server crash in release mode because of default values ↵Constantin2010-06-192-6/+1
| | | | not being set.
* solving compilation error introduced by patch: ↵Constantin2010-06-142-7/+2
| | | | 4530d1219de64bf2651f069fbb47f6fe513c20e7
* Module for Servershaan2010-06-083-1/+16
|
* PB: defaults are shielded by RMANDEBUG (needs to be propagated to r' community!)Peter Baumann2010-06-081-2/+2
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+618
|
* Tiling & Indexing options added to rasql grammarAndrei Aiordachioaie2009-08-271-0/+1
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-271-2/+2
| | | | | | | | | | | | | | Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
* Initial commitv8.0Constantin Jucovschi2009-04-2411-0/+2379