Willem Toorop
|
7bf953b2bd
|
Merge branch 'huitema-develop' into develop
|
2017-01-18 12:00:33 +01:00 |
Willem Toorop
|
f4cd8f6b47
|
Fix constants
|
2017-01-13 22:38:23 +01:00 |
Willem Toorop
|
7c1c4c52d6
|
Merge branch 'release/1.1.0-alpha3' into develop
|
2017-01-13 22:10:17 +01:00 |
Willem Toorop
|
9c9c52aacc
|
Merge branch 'develop' into release/1.1.0-alpha3
|
2017-01-13 22:08:59 +01:00 |
Willem Toorop
|
b564c8d96f
|
Few things for the scroll-spy README on the website
|
2017-01-13 21:34:06 +01:00 |
Willem Toorop
|
9320364053
|
Fix two more sign-compare warnings
|
2017-01-13 21:28:07 +01:00 |
Willem Toorop
|
bb369ec7d9
|
Document limits of syncronous functions
As agreed in conversation with pull request #246
|
2017-01-13 21:12:48 +01:00 |
Willem Toorop
|
155ceede4c
|
Unuser variables with --without-libidn
|
2017-01-13 20:49:26 +01:00 |
Willem Toorop
|
e80d3340c6
|
Coverage linking + missing constant in str2int
|
2017-01-13 20:43:04 +01:00 |
Willem Toorop
|
cf3d4a4b2e
|
Create SHA256 with distro
|
2017-01-13 20:29:19 +01:00 |
Willem Toorop
|
8a66ba0185
|
Bump version, update ChangeLog
|
2017-01-13 20:22:49 +01:00 |
Willem Toorop
|
cd199def68
|
Cookies and roadblock avoidance on by default
per RFC7873 and RFC8027
|
2017-01-13 19:45:54 +01:00 |
Willem Toorop
|
25849645d4
|
Don't crash with missing trust-anchors
|
2017-01-13 13:42:16 +01:00 |
Willem Toorop
|
bb0ad001e7
|
Fix non existant domain names
|
2017-01-13 12:59:16 +01:00 |
Willem Toorop
|
9a3b01ed62
|
DSA support with OpenSSL 1.1.0
|
2017-01-13 12:48:15 +01:00 |
Christian Huitema
|
53d73d2f90
|
Implementing the ARC4_LOCK/UNLOCK functions for Windows.
|
2017-01-13 12:24:46 +01:00 |
Willem Toorop
|
835eaa855b
|
autoclean for cleaning with autoconf initialization
|
2017-01-11 15:08:35 +01:00 |
Christian Huitema
|
99fb7100ea
|
Placing all MDNS code under ifdef HAVE MDNS SUPPORT to minimize risk in main branch.
|
2016-12-22 20:30:14 -08:00 |
Christian Huitema
|
1d24c90768
|
Fixing bad declaration in mdns.h
|
2016-12-22 20:07:31 -08:00 |
Christian Huitema
|
2e46a4b136
|
Adding missing directives for mdns.c, .o, .lo in make file.
|
2016-12-22 19:37:49 -08:00 |
Christian Huitema
|
f1b8b25afa
|
Implementation of basic MDNS support
|
2016-12-22 15:51:47 -08:00 |
Neil Cook
|
7ebf3924b5
|
Copy event pointer out of event hash table before callbacks, because it might be deleted
|
2016-12-16 10:36:21 +00:00 |
Neil Cook
|
5e26137eda
|
Fix default_eventloop_run OR instead of AND and hash table iteration safety
|
2016-12-15 13:40:40 +00:00 |
Neil Cook
|
efb50939bc
|
Merge pull request #1 from wtoorop/devel/fixed_eventloop
Devel/fixed eventloop
|
2016-12-15 11:20:45 +00:00 |
Willem Toorop
|
9b715d4743
|
Suppress compile warnings
|
2016-12-15 09:53:49 +01:00 |
Willem Toorop
|
da527358c0
|
Merge branch 'develop' into devel/fixed_eventloop
|
2016-12-15 09:45:16 +01:00 |
wtoorop
|
d3b7a30651
|
Merge pull request #218 from neilcook/openssl_init
call SSL_library_init() just once and lock with mutexes
|
2016-12-15 08:29:58 +01:00 |
wtoorop
|
7e1c8c59b7
|
Merge pull request #242 from wtoorop/bugfix/replace__FUNCTION__
Use __func__ var when supported
|
2016-12-15 08:26:01 +01:00 |
wtoorop
|
be29a01b20
|
Merge pull request #243 from wtoorop/bugfix/1.1.0-alpha3/replace__FUNCTION__
Use __func__ var when supported
|
2016-12-15 08:25:51 +01:00 |
Neil Cook
|
0d39563978
|
Consisten use of TIMEOUT_FOREVER
|
2016-12-14 17:50:39 +00:00 |
Neil Cook
|
c1d5ae9a25
|
set event id in add_event rather than calling function
|
2016-12-14 17:04:09 +00:00 |
Neil Cook
|
e9e6ff013b
|
Fix travis compiler warnings/errors
|
2016-12-14 16:49:24 +00:00 |
Neil Cook
|
326b6bb410
|
remove redundant debugging
|
2016-12-14 16:10:44 +00:00 |
Neil Cook
|
5cc4028d63
|
cleanup poll.h include for non-windows
|
2016-12-14 15:54:10 +00:00 |
Neil Cook
|
d3b097fffe
|
Rewrite default_eventloop to use hash tables instead of arrays
|
2016-12-14 15:52:44 +00:00 |
Neil Cook
|
a9386e621a
|
max_fds and max_timeouts part of default eventloop structure
|
2016-12-14 15:50:55 +00:00 |
Neil Cook
|
8b4c90eaf4
|
move default eventloop from select to poll, make max fds dependent on value from getrlimit not FD_SETSIZE
|
2016-12-14 15:50:55 +00:00 |
Christian Huitema
|
e01c85ef2f
|
Implementing the ARC4_LOCK/UNLOCK functions for Windows.
|
2016-12-12 12:25:10 -08:00 |
huitema
|
79b47028b1
|
Merge pull request #5 from getdnsapi/develop
Merge pull request #241 from huitema/develop
|
2016-12-12 11:34:51 -08:00 |
Willem Toorop
|
80219a4195
|
Merge branch 'bugfix/replace__FUNCTION__' into bugfix/1.1.0-alpha3/replace__FUNCTION__
|
2016-12-12 14:20:31 +01:00 |
Willem Toorop
|
5f6b93f7f2
|
Use __func__ var when supported
And let debugging messages compile with -Wpedantic -Werror too
|
2016-12-12 13:55:10 +01:00 |
Willem Toorop
|
600036da73
|
Merge branch 'develop' into release/1.1.0-alpha3
|
2016-12-12 12:08:49 +01:00 |
wtoorop
|
8f833c7000
|
Merge pull request #240 from saradickinson/bugfix/key_pinning
Bugfix/key pinning
|
2016-12-12 11:58:23 +01:00 |
wtoorop
|
4518a3d672
|
Merge pull request #241 from huitema/develop
Fixing VS code analysis issues in dnssec.c and in arc4random.c
|
2016-12-12 10:33:35 +01:00 |
Sara Dickinson
|
83a0b944b5
|
Fix another stupid error....
|
2016-12-11 17:10:44 +00:00 |
Sara Dickinson
|
d584c6e3f5
|
Clean more compile warnings.
|
2016-12-11 16:58:18 +00:00 |
Sara Dickinson
|
cfc7d18c85
|
Ug. Fix stupid mistake with string array.
|
2016-12-11 16:57:52 +00:00 |
Christian Huitema
|
b91e13b13b
|
Fixing VS studio analysis issues in Get DNS code.
|
2016-12-10 16:03:17 -08:00 |
huitema
|
a4badbb058
|
Merge pull request #4 from getdnsapi/develop
Sync the main branch fixes of Dec 9.
|
2016-12-09 17:32:41 -08:00 |
Sara Dickinson
|
ef12b0e764
|
Fix some compiler warnings on OS X
|
2016-12-09 17:15:28 +00:00 |