index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/tzfile.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-2
/
+2
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-35
/
+24
*
* fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.
Corinna Vinschen
2003-09-10
1
-2
/
+1
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-3
/
+3
*
* fhandler.h (fhandler_socket::get_connect_state): New method to
Corinna Vinschen
2003-07-05
1
-0
/
+1
*
* cygheap.h (enum impersonation): New enum.
Corinna Vinschen
2003-06-30
1
-4
/
+2
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* fhandler_socket.cc (fhandler_socket::connect): Change error
Thomas Pfaff
2003-06-07
1
-6
/
+8
*
* fhandler_socket.cc (connect_thread): Remove.
Corinna Vinschen
2003-06-03
1
-53
/
+3
*
* fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'
Corinna Vinschen
2003-06-02
1
-2
/
+2
*
* fhandler_socket.cc (fhandler_socket::connect): Simplify previous
Corinna Vinschen
2003-06-02
1
-28
/
+10
*
* fhandler_socket.cc: Include cygthread.h.
Corinna Vinschen
2003-06-02
1
-108
/
+59
*
* fhandler_socket.cc (fhandler_socket::dup): Rearrange. Fix
Corinna Vinschen
2003-05-29
1
-21
/
+22
*
* fhandler_socket.cc (fhandler_socket::dup): If running impersonated,
Corinna Vinschen
2003-05-28
1
-10
/
+17
*
* fhandler_socket.cc (sock_event::~sock_event): New method.
Thomas Pfaff
2003-05-27
1
-21
/
+26
*
* fhandler_socket.cc (fhandler_socket::dup): First try duplicating
Corinna Vinschen
2003-05-27
1
-7
/
+8
*
* fhandler_socket.cc (fhandler_socket::connect): Guard calls to
Corinna Vinschen
2003-05-26
1
-3
/
+3
*
* fhandler_socket.cc (secret_event_name): Return void. Use incoming
Corinna Vinschen
2003-05-20
1
-9
/
+8
*
* fhandler_socket.cc (SECRET_EVENT_NAME): Remove.
Corinna Vinschen
2003-05-20
1
-20
/
+23
*
Replace ino_t by __ino64_t throughout.
Corinna Vinschen
2003-05-11
1
-1
/
+1
*
* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor
2003-05-11
1
-2
/
+2
*
* fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
Corinna Vinschen
2003-04-01
1
-2
/
+0
*
* fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE and
Corinna Vinschen
2003-03-20
1
-2
/
+7
*
* fhandler_socket.cc (fhandler_socket::dup): Don't call
Corinna Vinschen
2003-03-11
1
-1
/
+14
*
2003-03-11 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-03-11
1
-4
/
+13
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-30
/
+30
*
* fhandler_socket.cc (fhandler_socket::dup): Initialize type.
Corinna Vinschen
2003-03-04
1
-0
/
+1
*
* fhandler_socket.cc (fhandler_socket::bind): Open and write socket
Corinna Vinschen
2003-03-01
1
-20
/
+32
*
* fhandler_socket.cc (get_inet_addr): Open and read socket file using
Corinna Vinschen
2003-03-01
1
-7
/
+27
*
2003-03-27 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-02-27
1
-61
/
+118
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
Corinna Vinschen
2003-02-21
1
-11
/
+6
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-6
/
+41
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
1
-11
/
+19
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Return buffer
Corinna Vinschen
2003-02-03
1
-1
/
+12
*
* fhandler_socket.cc (fhandler_socket::accept): On successful execution
Corinna Vinschen
2003-01-28
1
-16
/
+15
*
* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for
Christopher Faylor
2003-01-26
1
-1
/
+1
*
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
Christopher Faylor
2002-12-14
1
-4
/
+7
*
revert botched checkin
Christopher Faylor
2002-11-28
1
-6
/
+6
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-11-28
1
-6
/
+6
*
* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized value
Christopher Faylor
2002-11-27
1
-3
/
+3
*
* fhandler_socket.cc (fhandler_socket::ioctl): Return correct flags
Corinna Vinschen
2002-11-07
1
-1
/
+2
*
* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULL
Christopher Faylor
2002-11-05
1
-8
/
+7
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-11
/
+9
*
missed checkin
Christopher Faylor
2002-10-20
1
-1
/
+1
*
whitespace
Christopher Faylor
2002-09-30
1
-19
/
+19
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-5
/
+5
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-1
/
+1
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-48
/
+48
*
* fhandler.h (fhandler_socket::read): Remove method.
Corinna Vinschen
2002-09-04
1
-106
/
+289
*
* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length
Christopher Faylor
2002-08-30
1
-1
/
+3
[next]