Age | Commit message (Expand) | Author | Files | Lines |
2004-10-26 | * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since it | Christopher Faylor | 1 | -2/+2 |
2004-09-03 | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 1 | -2/+2 |
2004-08-19 | * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's | Corinna Vinschen | 1 | -1/+5 |
2004-06-23 | * fhandler_socket.cc (fhandler_socket::release): Call | Corinna Vinschen | 1 | -1/+1 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -23/+23 |
2004-05-16 | * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flags | Corinna Vinschen | 1 | -12/+9 |
2004-05-16 | * cygthread.cc (cygthread::is): Eliminate. | Christopher Faylor | 1 | -3/+4 |
2004-05-15 | revert previous not-ready-for-primetime checkin. | Christopher Faylor | 1 | -4/+3 |
2004-05-15 | * cygheap.h: Remove some parameter names from declarations throughout. | Christopher Faylor | 1 | -3/+4 |
2004-05-10 | * fhandler.h (class fhandler_socket): Add "owner" status flag. | Corinna Vinschen | 1 | -10/+34 |
2004-05-07 | Revert code reversion from 2004-04-03. So, revert to async I/O again. | Corinna Vinschen | 1 | -51/+167 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -17/+17 |
2004-04-09 | * fhandler.h (fhandler_base::status): Declare private. | Corinna Vinschen | 1 | -3/+1 |
2004-04-09 | * fhandler.cc (fhandler_base::write): Use bool parameter in calls to | Corinna Vinschen | 1 | -6/+10 |
2004-04-03 | * fhandler.h (class fhandler_socket): Remove has_been_closed member. | Corinna Vinschen | 1 | -92/+48 |
2004-04-01 | * fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loop | Corinna Vinschen | 1 | -11/+13 |
2004-04-01 | * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop if | Corinna Vinschen | 1 | -2/+4 |
2004-03-31 | * fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize | Corinna Vinschen | 1 | -19/+18 |
2004-03-31 | * fhandler_socket.cc (fhandler_socket::sendmsg): Add SIGPIPE handling. | Corinna Vinschen | 1 | -0/+13 |
2004-03-31 | * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res to | Corinna Vinschen | 1 | -19/+10 |
2004-03-29 | * fhandler.h (class fhandler_socket): Add has_been_closed member. | Corinna Vinschen | 1 | -32/+74 |
2004-02-09 | * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling. | Corinna Vinschen | 1 | -0/+5 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-02 | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 1 | -2/+2 |
2004-02-02 | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 1 | -3/+3 |
2004-01-24 | 2004-01-23 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -15/+13 |
2004-01-23 | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 1 | -0/+1 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -10/+10 |
2003-11-26 | * dir.cc (mkdir): Use local security_descriptor. Call | Corinna Vinschen | 1 | -1/+2 |
2003-11-19 | * cygserver.h (client_request::request_code_t): Add | Corinna Vinschen | 1 | -1/+1 |
2003-11-14 | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -2/+2 |
2003-09-25 | * include/tzfile.h: Add some missing entries. | Christopher Faylor | 1 | -2/+2 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -35/+24 |
2003-09-10 | * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX. | Corinna Vinschen | 1 | -2/+1 |
2003-07-26 | * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there | Christopher Faylor | 1 | -3/+3 |
2003-07-05 | * fhandler.h (fhandler_socket::get_connect_state): New method to | Corinna Vinschen | 1 | -0/+1 |
2003-06-30 | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 1 | -4/+2 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-06-07 | * fhandler_socket.cc (fhandler_socket::connect): Change error | Thomas Pfaff | 1 | -6/+8 |
2003-06-03 | * fhandler_socket.cc (connect_thread): Remove. | Corinna Vinschen | 1 | -53/+3 |
2003-06-02 | * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled' | Corinna Vinschen | 1 | -2/+2 |
2003-06-02 | * fhandler_socket.cc (fhandler_socket::connect): Simplify previous | Corinna Vinschen | 1 | -28/+10 |
2003-06-02 | * fhandler_socket.cc: Include cygthread.h. | Corinna Vinschen | 1 | -108/+59 |
2003-05-29 | * fhandler_socket.cc (fhandler_socket::dup): Rearrange. Fix | Corinna Vinschen | 1 | -21/+22 |
2003-05-28 | * fhandler_socket.cc (fhandler_socket::dup): If running impersonated, | Corinna Vinschen | 1 | -10/+17 |
2003-05-27 | * fhandler_socket.cc (sock_event::~sock_event): New method. | Thomas Pfaff | 1 | -21/+26 |
2003-05-27 | * fhandler_socket.cc (fhandler_socket::dup): First try duplicating | Corinna Vinschen | 1 | -7/+8 |
2003-05-26 | * fhandler_socket.cc (fhandler_socket::connect): Guard calls to | Corinna Vinschen | 1 | -3/+3 |
2003-05-20 | * fhandler_socket.cc (secret_event_name): Return void. Use incoming | Corinna Vinschen | 1 | -9/+8 |
2003-05-20 | * fhandler_socket.cc (SECRET_EVENT_NAME): Remove. | Corinna Vinschen | 1 | -20/+23 |