aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Include select.h when WIN32 is not definedIvo van der Sangen2016-11-291-0/+1
* don't run ThreadMessageHandler at lowered priorityKaz Wesley2016-05-051-11/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Set TCP_NODELAY on P2P sockets.Gregory Maxwell2015-10-221-0/+1
* Fix warning introduced by #6412Wladimir J. van der Laan2015-07-201-1/+1
* Test whether created sockets are select()ablePieter Wuille2015-07-101-0/+8
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Include missing config/bitcoin-config.h.Pavel Janík2014-11-261-0/+4
* Check for strnlen and provide it if it is not found.Pavel Janík2014-11-241-0/+4
* Fix all header definesPavel Janík2014-11-031-3/+3
* Move `S_I*` constants and `MSG_NOSIGNAL` to compat.hWladimir J. van der Laan2014-08-261-0/+14
* Move SetThreadPriority implementation to util.cpp instead of the headerWladimir J. van der Laan2014-08-261-0/+11
* small net cleanupPhilip Kaufmann2014-08-081-2/+2
* Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan2014-07-171-15/+0
* reorder includes to compile on OpenBSDFabian Raetz2014-05-021-5/+5
* Merge pull request #3309Wladimir J. van der Laan2013-11-291-1/+1
|\
| * Move types.h include before ifaddres.h for u_int declarationRobert Backhaus2013-11-221-1/+1
* | prevent Windows redefinition warning cause by compat.hPhilip Kaufmann2013-11-271-0/+2
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+14
* Bump Year Number to 2013super32013-10-201-1/+1
* prevent compiler redefinition warningsPhilip Kaufmann2013-10-111-0/+6
* autotools: switch to autotools buildsystemCory Fields2013-09-051-1/+0
* cleanup compat.h Windows stuffPhilip Kaufmann2013-07-241-4/+2
* Allow select()ing up to 1024 file descriptors on WindowsPieter Wuille2013-04-261-0/+1
* Update License in File HeadersFordy2012-05-181-1/+1
* We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli2012-04-251-3/+1
* Remove headers.hPieter Wuille2012-04-171-0/+23
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Network stack refactorPieter Wuille2012-01-061-0/+42