Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: db ring has precedence over backlog. | Eric Leblond | 2013-05-21 | 1 | -5/+7 |
* | db: disable SIGHUP if ring buffer is used. | Eric Leblond | 2013-05-21 | 1 | -3/+8 |
* | db: add ring buffer for DB query | Eric Leblond | 2013-05-21 | 1 | -12/+141 |
* | db: use offset instead of direct pointer. | Eric Leblond | 2013-05-21 | 1 | -7/+9 |
* | db: suppress field in db structure | Eric Leblond | 2013-05-21 | 1 | -18/+18 |
* | db: store data in memory during database downtime | Eric Leblond | 2013-05-21 | 1 | -28/+142 |
* | Get rid of SVN tag in comment. | Eric Leblond | 2013-01-18 | 1 | -2/+1 |
* | Support stored mysql procedures besides stored functions | Jozsef Kadlecsik | 2012-01-16 | 1 | -0/+2 |
* | DB output: fix crash in SIGHUP handling | Eric Leblond | 2010-09-22 | 1 | -8/+15 |
* | DB plugins: fixed bug with INSERT* procedures | Romain Bignon | 2009-04-18 | 1 | -10/+13 |
* | DB plugin: add capability to specify complete INSERT command | Eric Leblond | 2009-04-17 | 1 | -3/+8 |
* | db plugins: free memory at exit. | Eric Leblond | 2009-03-10 | 1 | -0/+7 |
* | Allow plain INSERT instead of procedure | Pierre Chifflier | 2009-01-07 | 1 | -1/+26 |
* | cleanup: fix warning about integer format | Eric Leblond | 2008-07-31 | 1 | -2/+3 |
* | cleanup: fix compilation warnings related to pointer comparisons | Eric Leblond | 2008-07-31 | 1 | -1/+1 |
* | cleanup: fix compilation warning related to signed and unsigned comparisons | Eric Leblond | 2008-07-31 | 1 | -2/+2 |
* | cleanup: fix gcc warnings | Eric Leblond | 2008-07-29 | 1 | -4/+1 |
* | Fix a trivial typo | Eric Leblond | 2008-07-23 | 1 | -1/+1 |
* | Fix computation of allocated size for query | Eric Leblond | 2008-07-10 | 1 | -2/+3 |
* | This patch suppress a now unused option. Each database module | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-04-07 | 1 | -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.org | 2008-04-05 | 1 | -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.org | 2008-03-25 | 1 | -1/+4 |
* | From: Eric Leblond <eric@inl.fr> | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-02-03 | 1 | -3/+1 |
* | From: Eric leblond <eric@inl.fr> | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-02-03 | 1 | -1/+1 |
* | From: Eric leblond <eric@inl.fr> | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2008-02-03 | 1 | -19/+4 |
* | Ulogd2: fix db OUTPUT system | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2008-01-12 | 1 | -1/+4 |
* | db.c warning fix | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-12 | 1 | -0/+2 |
* | move error handling in plugin | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-07 | 1 | -4/+1 |
* | use driver's open_db routine | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-12-15 | 1 | -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.org | 2005-12-15 | 1 | -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.org | 2005-12-15 | 1 | -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.org | 2005-12-14 | 1 | -1/+2 |
* | schema support fixes | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-12-12 | 1 | -2/+3 |
* | new database core api | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-12-08 | 1 | -0/+382 |