Anthony Messina
|
9e1ff4488a
all: updated FSF address in GPL text
|
11 years ago |
Ovidiu Sas
|
af7d4496fe
lib/srdb1: while converting strings to int/bigint check for invalid characters
|
12 years ago |
Alex Hermann
|
ebe16f75b3
lib/srdb1: Fix compilation warning on 32-bit architectures
|
12 years ago |
Alex Hermann
|
58e81b6c42
lib/srdb1: store BIGINT result also as 32-bit integer if it fits
|
14 years ago |
pd
|
da4e2976f0
lib/srdb1: Fixed problem with the new bitwise and DB operation
|
14 years ago |
Daniel-Constantin Mierla
|
00ea7481c9
srdb1: make strptime available on freebsd
|
14 years ago |
Alex Hermann
|
fa71c18132
lib/srdb1: fix conversion of longlong to string in db_val2pv_spec()
|
14 years ago |
Alex Hermann
|
07b830d4ac
lib/srdb1: eleminate string copy in db_val2pv_spec()
|
14 years ago |
Alex Hermann
|
b4af74a164
lib/srdb1: Fix memory leak with string memory in db_val2pv_spec()
|
14 years ago |
Daniel-Constantin Mierla
|
123e831d69
srdb1: fix for undeclared INADDR_LOOPBACK on darwin os
|
14 years ago |
Daniel-Constantin Mierla
|
28af5617ff
srdb1: fix compile warning related to strptime on linux
|
14 years ago |
Alex Hermann
|
ed78c0967b
lib/srdb1: introduce helper to convert db_val to pv_spec
|
14 years ago |
Andrei Pelinescu-Onciul
|
64e3977d3b
libsrdb1: fix bad include
|
16 years ago |
Jan Janak
|
a33b9a87f6
Doxygen group renamed from db to db1.
|
16 years ago |
Jan Janak
|
7d14b0374c
Updated the value of \file doxygen tags.
|
16 years ago |
Jan Janak
|
a5071c502c
Rename db_con_t to db1_con_t to avoid conflicts with libsrdb2.
|
16 years ago |
Jan Janak
|
35ba402ab2
Changed the path to ser include files.
|
16 years ago |
Henning Westerholt
|
cc6c7a5f32
- don't check for LLONG_MAX, LLONG_MIN, as some gcc don't provide this,
|
17 years ago |
Henning Westerholt
|
7746b450f7
- initial support for BIGINT database in DB core and SQL based database
|
17 years ago |
Henning Westerholt
|
d520eaf5e7
- change name in copyright headers
|
17 years ago |
Henning Westerholt
|
5b5a6333d9
- small doxygen updates (group, syntax), small docs update
|
17 years ago |
Henning Westerholt
|
d5b80544f2
- add missing check for errors during val2str
|
17 years ago |
Henning Westerholt
|
25f17988b0
- port database interface (almost) complete from 'const char*' to 'str'
|
17 years ago |
Henning Westerholt
|
bc4bf2658a
further cleanups in core database API
|
17 years ago |
Henning Westerholt
|
97841ad1e3
- some doxygen documentation for db_ut.h
|
18 years ago |
Henning Westerholt
|
09d410b4c2
- revert commit in revision 3022
|
18 years ago |
Henning Westerholt
|
6f95efa8bf
- The function db_time2str() should not include the single-quotes.
|
18 years ago |
Bogdan-Andrei Iancu
|
0cdfaf602b
- moved variable declaration at the beginning of the function
|
18 years ago |
Henning Westerholt
|
676afffc5b
- move new_result and free_columns function to db directory
|
18 years ago |
Henning Westerholt
|
2b1249dc76
- extends one comments in sr_module.c
|
18 years ago |