summaryrefslogtreecommitdiffstats
path: root/util/db.c
Commit message (Expand)AuthorAgeFilesLines
* db: insert ipv6 addresses in the same format as ip2binHEADmasterJeremy Sowden2023-09-141-4/+15
* db: fix back-log capacity checksJeremy Sowden2022-12-081-4/+7
* db: simplify initialization of ring-bufferJeremy Sowden2022-01-031-3/+2
* db: improve mapping of input-keys to DB columnsJeremy Sowden2022-01-031-5/+8
* db: improve formatting of insert statementJeremy Sowden2022-01-031-10/+9
* db: add missing `break` to switch caseJeremy Sowden2021-11-301-0/+1
* Use stdint types everywhereFelix Janda2015-06-261-1/+1
* db: don't loose one packet on reconnectEric Leblond2014-01-261-1/+2
* db: cancel injection thread when terminatingEric Leblond2014-01-251-0/+17
* db: db ring has precedence over backlog.Eric Leblond2013-05-211-5/+7
* db: disable SIGHUP if ring buffer is used.Eric Leblond2013-05-211-3/+8
* db: add ring buffer for DB queryEric Leblond2013-05-211-12/+141
* db: use offset instead of direct pointer.Eric Leblond2013-05-211-7/+9
* db: suppress field in db structureEric Leblond2013-05-211-18/+18
* db: store data in memory during database downtimeEric Leblond2013-05-211-28/+142
* Get rid of SVN tag in comment.Eric Leblond2013-01-181-2/+1
* Support stored mysql procedures besides stored functionsJozsef Kadlecsik2012-01-161-0/+2
* DB output: fix crash in SIGHUP handlingEric Leblond2010-09-221-8/+15
* DB plugins: fixed bug with INSERT* proceduresRomain Bignon2009-04-181-10/+13
* DB plugin: add capability to specify complete INSERT commandEric Leblond2009-04-171-3/+8
* db plugins: free memory at exit.Eric Leblond2009-03-101-0/+7
* Allow plain INSERT instead of procedurePierre Chifflier2009-01-071-1/+26
* cleanup: fix warning about integer formatEric Leblond2008-07-311-2/+3
* cleanup: fix compilation warnings related to pointer comparisonsEric Leblond2008-07-311-1/+1
* cleanup: fix compilation warning related to signed and unsigned comparisonsEric Leblond2008-07-311-2/+2
* cleanup: fix gcc warningsEric Leblond2008-07-291-4/+1
* Fix a trivial typoEric Leblond2008-07-231-1/+1
* Fix computation of allocated size for queryEric Leblond2008-07-101-2/+3
* This patch suppress a now unused option. Each database module/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-071-11/+0
* This patch fixes a problem in SQL reconnection algorithm which is managed in/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-051-2/+7
* IP2BIN filter convert IP address from host storage to a "binary" string which/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-03-251-1/+4
* From: Eric Leblond <eric@inl.fr>/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-3/+1
* From: Eric leblond <eric@inl.fr>/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-1/+1
* From: Eric leblond <eric@inl.fr>/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-19/+4
* Ulogd2: fix db OUTPUT system/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-01-121-1/+4
* db.c warning fix/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-121-0/+2
* move error handling in plugin/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-4/+1
* use driver's open_db routine/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-1/+1
* forgot to rename some function calls with last commit/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-2/+2
* don't "#include" a .c file but rather compile db.c on it's own/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-54/+14
* close_db() is a member function and not a global symbol/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-141-1/+2
* schema support fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-121-2/+3
* new database core api/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-081-0/+382