index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-06
Merge branch 'master' of git.savannah.gnu.org:/srv/git/guile into mingw-guile...
Michael Gran
1
-0
/
+5
2021-03-03
don't presume availability of gmp.pc
Michael Gran
1
-1
/
+2
2021-03-02
improve autoconfigury for minigmp
Michael Gran
1
-1
/
+1
2021-03-02
Enable option to prefer mini-gmp over libgmp
Michael Gran
1
-0
/
+4
2021-01-23
On Win32, prefer winsock2 header for socket declarations
Mike Gran
1
-3
/
+8
2021-01-21
getsockopt may return garbage for parameters < sizeof(int)
Michael Gran
1
-1
/
+2
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-9
/
+9
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-7
/
+7
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-19
/
+19
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Remove bytevectors.h include form ports.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Inline definition of SIZEOF_SCM_T_BITS
Andy Wingo
1
-2
/
+2
2018-06-17
Move syscall-related private defines to their own header
Andy Wingo
1
-0
/
+1
2018-06-17
Move "min" and "max" macros out of _scm.h
Andy Wingo
1
-1
/
+3
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+2
2017-05-22
Remove all deprecated code
Andy Wingo
1
-5
/
+0
2017-02-21
Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK
Andy Wingo
1
-2
/
+5
2017-02-15
Add accept4 support
Andy Wingo
1
-6
/
+20
2017-02-15
Switch to accept4
Andy Wingo
1
-1
/
+1
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-4
/
+10
2016-06-09
Support `connect' on nonblocking sockets
Andy Wingo
1
-2
/
+5
2016-06-09
`accept' on nonblocking socket can return #f
Andy Wingo
1
-11
/
+14
2016-06-04
socket: TCP_CORK, TCP_NODELAY
Andy Wingo
1
-0
/
+9
2016-05-22
Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options.
Mark H Weaver
1
-28
/
+2
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-3
/
+1
2014-03-11
Use 'offsetof' to avoid undefined behavior.
Mark H Weaver
1
-1
/
+1
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-2
/
+0
2014-02-08
Merge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328'
Andy Wingo
1
-45
/
+1
2014-02-08
Deprecate htons, htonl, ntohs, ntohl
Andy Wingo
1
-45
/
+1
2014-01-09
Merge branch 'stable-2.0'
Mark H Weaver
1
-1
/
+1
2013-12-15
Hide EINTR returns from 'accept'.
Ludovic Courtès
1
-1
/
+1
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+1
2013-06-16
Define `AF_UNIX' only when Unix-domain sockets are supported.
Ludovic Courtès
1
-1
/
+1
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-26
/
+25
2013-03-18
Define the new Linux-specific `SO_REUSEPORT'.
Ludovic Courtès
1
-0
/
+5
2013-03-09
mingw include order for socket.c
Andy Wingo
1
-17
/
+19
2013-03-09
squish remove some mingw-specific code that is covered by gnulib
Andy Wingo
1
-14
/
+2
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+7
2012-12-10
Verify the value of `SHUT_RD' and related constants.
Ludovic Courtès
1
-1
/
+7
[next]