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
...
*
* fhandler.h (fhandler_base::status): Declare private.
Corinna Vinschen
2004-04-09
1
-3
/
+1
*
* fhandler.cc (fhandler_base::write): Use bool parameter in calls to
Corinna Vinschen
2004-04-09
1
-6
/
+10
*
* fhandler.h (class fhandler_socket): Remove has_been_closed member.
Corinna Vinschen
2004-04-03
1
-92
/
+48
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loop
Corinna Vinschen
2004-04-01
1
-11
/
+13
*
* fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop if
Corinna Vinschen
2004-04-01
1
-2
/
+4
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize
Corinna Vinschen
2004-03-31
1
-19
/
+18
*
* fhandler_socket.cc (fhandler_socket::sendmsg): Add SIGPIPE handling.
Corinna Vinschen
2004-03-31
1
-0
/
+13
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res to
Corinna Vinschen
2004-03-31
1
-19
/
+10
*
* fhandler.h (class fhandler_socket): Add has_been_closed member.
Corinna Vinschen
2004-03-29
1
-32
/
+74
*
* fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.
Corinna Vinschen
2004-02-09
1
-0
/
+5
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
Christopher Faylor
2004-02-02
1
-2
/
+2
*
Throughout, change name from set_inheritance to set_no_inheritance to better
Christopher Faylor
2004-02-02
1
-3
/
+3
*
2004-01-23 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-01-24
1
-15
/
+13
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-0
/
+1
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-10
/
+10
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
* cygserver.h (client_request::request_code_t): Add
Corinna Vinschen
2003-11-19
1
-1
/
+1
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-2
/
+2
*
* 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
[prev]
[next]