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_socket.cc (fhandler_socket::connect): Don't restrict
Corinna Vinschen
2005-10-22
1
-3
/
+24
*
* fhandler.h (class fhandler_socket): Add timeout parameter to wait()
Corinna Vinschen
2005-10-22
1
-4
/
+24
*
* autoload.cc: Never load wsock32.dll. Load all wsock32 function
Corinna Vinschen
2005-10-17
1
-265
/
+137
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-91
/
+22
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-22
/
+91
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize
Corinna Vinschen
2005-08-18
1
-4
/
+4
*
white space
Christopher Faylor
2005-08-12
1
-1
/
+1
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-8
/
+8
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-3
/
+7
*
* fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSH
Corinna Vinschen
2005-06-12
1
-0
/
+1
*
* fhandler_socket.cc (fhandler_socket::sendto): Always initialize
Corinna Vinschen
2005-06-10
1
-4
/
+4
*
* fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.
Corinna Vinschen
2005-05-03
1
-0
/
+2
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-8
/
+8
*
* fhandler.h (enum conn_state): Add connect_failed state.
Corinna Vinschen
2005-04-18
1
-1
/
+3
*
* fhandler.h (class fhandler_socket): Remove utimes.
Corinna Vinschen
2005-04-13
1
-11
/
+0
*
* fhandler_socket.cc (get_inet_addr): Add type parameter to return
Corinna Vinschen
2005-04-06
1
-4
/
+19
*
* fhandler.h (fhandler_socket::secret_event): Remove.
Corinna Vinschen
2005-03-24
1
-233
/
+140
*
* fhandler.h (fhandler_socket::eid_connect): Make private.
Corinna Vinschen
2005-03-23
1
-66
/
+86
*
* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
Christopher Faylor
2005-03-22
1
-1
/
+3
*
* fhandler.h (class cygthread): Forward declare.
Corinna Vinschen
2005-03-21
1
-131
/
+169
*
* fhandler_socket.cc (fhandler_socket::connect): Always set sun_path
Corinna Vinschen
2005-03-17
1
-42
/
+34
*
* fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix format
Corinna Vinschen
2005-03-09
1
-43
/
+51
*
* fhandler_socket.cc (fhandler_socket::listen): Don't limit the number
Corinna Vinschen
2005-03-08
1
-2
/
+2
*
* fhandler_socket.cc (fhandler_socket::ioctl): Only cancel
Corinna Vinschen
2005-03-04
1
-1
/
+1
*
* fhandler.h (class fhandler_socket): Declare new method
Corinna Vinschen
2005-02-28
1
-36
/
+92
*
* cygwin.din (getpeereid): Export.
Corinna Vinschen
2005-02-23
1
-3
/
+99
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
1
-8
/
+15
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* fhandler.h (class fhandler_base): Declare new method link.
Corinna Vinschen
2005-02-19
1
-0
/
+12
*
* fhandler.h (class fhandler_socket): Declare new methods fchown,
Corinna Vinschen
2005-02-19
1
-5
/
+57
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-18
/
+11
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-0
/
+9
*
* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since it
Christopher Faylor
2004-10-26
1
-2
/
+2
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-2
/
+2
*
* fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's
Corinna Vinschen
2004-08-19
1
-1
/
+5
*
* fhandler_socket.cc (fhandler_socket::release): Call
Corinna Vinschen
2004-06-23
1
-1
/
+1
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-23
/
+23
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Use original flags
Corinna Vinschen
2004-05-16
1
-12
/
+9
*
* cygthread.cc (cygthread::is): Eliminate.
Christopher Faylor
2004-05-16
1
-3
/
+4
*
revert previous not-ready-for-primetime checkin.
Christopher Faylor
2004-05-15
1
-4
/
+3
*
* cygheap.h: Remove some parameter names from declarations throughout.
Christopher Faylor
2004-05-15
1
-3
/
+4
*
* fhandler.h (class fhandler_socket): Add "owner" status flag.
Corinna Vinschen
2004-05-10
1
-10
/
+34
*
Revert code reversion from 2004-04-03. So, revert to async I/O again.
Corinna Vinschen
2004-05-07
1
-51
/
+167
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-17
/
+17
*
* 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
[next]