2015-11-28 |
bert hubert | hook up ECDSA in git pdns_recursor build, not yet in... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2943 from ahupowerdns/deforeach |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | whitespace conflict. Merge branch 'master' into deforeach |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2942 from ahupowerdns/deserial |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2944 from rgacogne/sanitizers |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2947 from rgacogne/dnsdist-tcp... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2948 from rgacogne/dnsname-check... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2950 from pieterlexis/dnsdist-http... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2952 from pieterlexis/dnsdist-versi... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | ignore the dnsdist history file |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | Use symlink for gen-version script |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | dnsdist: show correct version in the webpage |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Pieter Lexis | dnsdist: Add the correct Content-Header for files |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | make nonconst version of getTag() too which is faster |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge pull request #2949 from ahupowerdns/dprotect |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Remi Gacogne | Check that offset < len in DNSName constructor |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | hook up the validator code with the recursor, keep... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Remi Gacogne | Check the length of TCP queries |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | make sure we have enough space to receive those huge... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | split out validation bits from toysdig, move to an... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Remi Gacogne | Add configure options to build dnsdist with various... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | move everything to getMDP(), first step in abstracting... |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | Merge branch 'master' into dprotect |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | there was a BOOST_REVERSE_FOREACH! |
commit | commitdiff | tree | snapshot |
2015-11-27 |
bert hubert | there was a BOOST_REVERSE_FOREACH! |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | remove boost/foreach includes & autoconf bit |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | final BOOST_FOREACH cleanup |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | further for range cleanups |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | foreach fixup |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | small range for fixup |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | some more simpe ones |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | further straightforward cases |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | remove all the obviously translatable uses of BOOST_FOREACH |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | prevent a storm of string copies just for getting the... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | remove boost serialization which actually shaves second... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | Merge pull request #2939 from rgacogne/dnsdist-truncated |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Peter van Dijk | Merge pull request #2941 from sid3windr/patch-2 |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Merge branch 'pcserial' from @ahupowerdns |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | improve filedescriptor requesting code so it requests... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | EMFILE was (out of filedescriptors, too many open files... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | also report fd usage in recursor |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | fix back the scopemask stuff we removed from the ueberb... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | move dnsname to boost::container::string, remove horrib... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Peter van Dijk | Merge pull request #2934 from cmouse/gdobc-stuff |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Peter van Dijk | nit |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | Merge pull request #2931 from pieterlexis/dnsdist-version |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | Maurice Makaay spotted that dnsdist built-in-webserver... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Remi Gacogne | Drop truncated UDP messages caused by a small buffer. |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Peter van Dijk | stop testing odbc/sqlite on travis as ubuntu trusty... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | Merge pull request #2935 from pieterlexis/comma-sep... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Allow the use of spaces to parse options |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Merge pull request #2893 from yossigo/fix_missing_ipv6 |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Merge pull request #2920 from stasic/patch-1 |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Aki Tuomi | Retrieve data only once |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Fix example in the README.md |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Rename the dnsdist history file to something less generic |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | dnsdist: Add version number to startup message |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Add a bunch of new options to the dnsdist manpage |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Add the final dnsdist executable to .gitignore |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Pieter Lexis | Add --version to dnsdist |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | add setting edns-outgoing-bufsize for setting the defau... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
bert hubert | Merge pull request #2932 from ahupowerdns/fixmalloc |
commit | commitdiff | tree | snapshot |
2015-11-25 |
bert hubert | potentially get travis to build us correctly again |
commit | commitdiff | tree | snapshot |
2015-11-25 |
bert hubert | add ./configure --enable-malloc-trace which will cause... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
bert hubert | shave off 23 mallocs per cache miss |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Peter van Dijk | Merge pull request #2929 from cmouse/godbc-stuff |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Aki Tuomi | Add godbc_sqlite3 to help |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Aki Tuomi | Use sizeof instead of magic number |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Aki Tuomi | Use 128k fetch buffer |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Aki Tuomi | Consume variable length data in parts |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Aki Tuomi | NUL-safe select |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Pieter Lexis | Merge pull request #2923 from pieterlexis/pipe-backend... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
bert hubert | cleanup abomination where we serialized dnsnames to... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
bert hubert | obvious malloc cleanups |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Peter van Dijk | Merge pull request #2788 from Habbie/godbc-squash-rebase |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Peter van Dijk | Merge pull request #36 from cmouse/godbc-squash-rebase |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Aki Tuomi | Correctly construct pointer |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Aki Tuomi | Match C-type better in binding |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Aki Tuomi | Remove unused variable |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Aki Tuomi | Use size_t for d_paridx,d_parnum |
commit | commitdiff | tree | snapshot |
2015-11-23 |
bert hubert | Merge branch 'master' of github.com:PowerDNS/pdns |
commit | commitdiff | tree | snapshot |
2015-11-23 |
bert hubert | simple malloc tracing infra |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Peter van Dijk | Merge pull request #2918 from zeha/clang-warnings |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Peter van Dijk | Merge pull request #2922 from zeha/dlog-no-except |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Pieter Lexis | pipe: Correctly initialize the abi-version var |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Peter van Dijk | implement gODBC backend; loosely based on old godbc... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Christian Hofstaedtler | Fix ANY under DLOG |
commit | commitdiff | tree | snapshot |
2015-11-23 |
bert hubert | Merge branch 'master' of github.com:PowerDNS/pdns |
commit | commitdiff | tree | snapshot |
2015-11-23 |
bert hubert | don't cache NXDOMAINs for EDNC Client Subnet answers... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Arsen Stasic | use the vars |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Christian Hofstaedtler | Fix signed/unsigned type confusion warnings in checkFor... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Christian Hofstaedtler | Mark functions overriding funcs as such |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | make appendRawLabel() version that accepts raw pointers... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | add the mandatory GPL warning on startup: dnsdist comes... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | as noted by winfried, we could end up using same hash... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | namespace sanitation |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Peter van Dijk | Merge pull request #2907 from cmouse/geoipbackend-many... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | fix outrageous latency precision in web-page, also... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | implement & document whashed 'sticky' server selection... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
bert hubert | move dnsdist json stats to dumping all metrics, adjust... |
commit | commitdiff | tree | snapshot |
next |