index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compat.h
Age
Commit message (
Expand
)
Author
2014-08-26
Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h
Wladimir J. van der Laan
2014-08-26
Move SetThreadPriority implementation to util.cpp instead of the header
Wladimir J. van der Laan
2014-08-08
small net cleanup
Philip Kaufmann
2014-07-17
Convert closesocket 'compat wrapper' to function in netbase
Wladimir J. van der Laan
2014-05-02
reorder includes to compile on OpenBSD
Fabian Raetz
2013-11-29
Merge pull request #3309
Wladimir J. van der Laan
2013-11-27
prevent Windows redefinition warning cause by compat.h
Philip Kaufmann
2013-11-22
Move types.h include before ifaddres.h for u_int declaration
Robert Backhaus
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
prevent compiler redefinition warnings
Philip Kaufmann
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-07-24
cleanup compat.h Windows stuff
Philip Kaufmann
2013-04-26
Allow select()ing up to 1024 file descriptors on Windows
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
2012-04-25
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli
2012-04-17
Remove headers.h
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille