September 27, 2004 | ||
---|---|---|
View 7c8890f0d7
AVP support introduced (not tested yet)Jiri Kuthan authored on 27/09/2004 03:11:07 |
September 22, 2004 | ||
---|---|---|
View 2487d55857
more examplesJiri Kuthan authored on 22/09/2004 04:40:35 |
||
View ffc89e6760
set of simple SQL queries to determine server statusJiri Kuthan authored on 22/09/2004 03:41:12 |
September 21, 2004 | ||
---|---|---|
View 32d9b793e1
fixed bug (the table name in the query used to get overwritten).Raphael Coeffic authored on 21/09/2004 14:57:09 |
September 19, 2004 | ||
---|---|---|
View b508fc2405
fixed a double-http typoJiri Kuthan authored on 19/09/2004 21:45:53 |
||
View dd0e65a8bc
- SYSV lock fixes: fixed includes, added seteuid before lock init and restore it afterwards (so that SYSV sems get created with the proper uid in case -u uid is used) - moved shm_mem initialization after the config is parsed (so that ser will know if it's supposed to suid and use the seteuid hack above in the SYSV locks case) - fixed ser shutdown procedure on main_loop error (proper cleanup) - the fifo file is now deleted on exit - added version.h and changed module version control to check also the compile flags - usrloc: fixed missing lock_destroy - usrloc: fixed DB capability check even if no db modeAndrei Pelinescu-Onciul authored on 19/09/2004 20:22:51 |
September 14, 2004 | ||
---|---|---|
View d6cfddeaca
- Database capability check in AVP - Typo fixedJan Janak authored on 14/09/2004 12:49:29 |
||
View 08375c1cf2
- Convenience macros for checking database capability vectorJan Janak authored on 14/09/2004 10:45:53 |
||
View 8954f229ad
Database capability vector. It allows database modules to export just a subset of database interface and modules can query the capability of a particular database module.Jan Janak authored on 14/09/2004 10:38:02 |
September 12, 2004 | ||
---|---|---|
View 8ebe290412
- missing header on netbsd - removed -Wcast-align for mips2Andrei Pelinescu-Onciul authored on 12/09/2004 17:26:59 |
||
View 5faaca7357
- minor cosmetic stuffAndrei Pelinescu-Onciul authored on 12/09/2004 16:48:58 |
||
View 5ffcc5d0a9
- experimental mips2 and >=2 support (R4000, R5000, R6000)Andrei Pelinescu-Onciul authored on 12/09/2004 16:32:30 |
||
View d1b976d9c2
Declare some char * arguments as const where appropriate.Maxim Sobolev authored on 12/09/2004 09:46:54 |
September 11, 2004 | ||
---|---|---|
View 7fb8a24647
On popular demand: - added timeout on children shutdown and final cleanup: if it takes more than 60s => something is definitely wrong => kill all (if still waiting for children to finish) or abort (if the children are dead and we are stuck in cleanup) - force a shm_unlock before cleaning-up, in case we have a crashed child which still holds the lock (one more chance for a clean shutdown)Andrei Pelinescu-Onciul authored on 11/09/2004 18:51:43 |
September 9, 2004 | ||
---|---|---|
View 91ab6402ce
- fix to allow hosts with '-' outside double quotes: listen=foo-bar.com will work now (before only listen="foo-bar.com" would have worked)Andrei Pelinescu-Onciul authored on 09/09/2004 15:21:49 |