index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
poll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-692
/
+0
*
poll: Fixed the Windows build on Vista and newer.
Andreas Schneider
2010-09-01
1
-2
/
+2
*
Added missing /** in doxygen @}'s
Aris Adamantiadis
2010-08-28
1
-1
/
+1
*
poll: Fixed the ssh_poll_(init/cleanup) functions.
Andreas Schneider
2010-08-25
1
-3
/
+5
*
poll: Fixed the usage of WSAPoll() on Windows.
Andreas Schneider
2010-08-25
1
-10
/
+28
*
poll: FD_SETSIZE is only for the count value of FD_SET on Windows.
Andreas Schneider
2010-07-06
1
-0
/
+2
*
poll: Another attempt to get bsd_poll() working correctly.
Andreas Schneider
2010-06-24
1
-2
/
+6
*
poll: Fixed building with poll-emulation on UNIX.
Andreas Schneider
2010-06-24
1
-6
/
+8
*
poll: Added a comment to the bsd_poll() implementation.
Andreas Schneider
2010-06-22
1
-0
/
+10
*
poll: Handle FD_SETSIZE in bsd_poll().
Andreas Schneider
2010-06-22
1
-1
/
+1
*
poll: Fixed a comparsion.
Andreas Schneider
2010-06-22
1
-1
/
+1
*
poll: Fixed a typo.
Andreas Schneider
2010-06-21
1
-1
/
+1
*
poll: Check if maxfd has been set.
Andreas Schneider
2010-06-20
1
-2
/
+3
*
poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.
Andreas Schneider
2010-06-17
1
-4
/
+4
*
poll: Fixed brackets.
Andreas Schneider
2010-06-17
1
-2
/
+2
*
poll: Fixed another wrong invalid fd check in bsd_poll.
Andreas Schneider
2010-06-17
1
-1
/
+1
*
poll: Some code cleanup for easier debugging.
Andreas Schneider
2010-06-17
1
-2
/
+4
*
poll: Fixed a malfunction with wrong max fd value check.
Andreas Schneider
2010-06-17
1
-2
/
+2
*
doc: Group the poll functions and add a description.
Andreas Schneider
2010-06-01
1
-0
/
+21
*
poll: Added a cleanup function to free the ws2_32 library.
Andreas Schneider
2010-05-17
1
-0
/
+12
*
Added runtime detection of WSAPoll().
Andreas Schneider
2010-05-12
1
-8
/
+30
*
Fixed Windows build warnings.
Andreas Schneider
2010-05-12
1
-1
/
+8
*
Fix style in ssh_poll_ctx_dopoll
Aris Adamantiadis
2010-05-10
1
-19
/
+26
*
ssh_socket support for 2 fd + Proxyhost command
Aris Adamantiadis
2010-05-09
1
-3
/
+11
*
Added a select(2) based poll-emulation if poll(2) is not available.
Andreas Schneider
2010-04-04
1
-137
/
+94
*
ssh_poll_handle detaches from context before free
Aris Adamantiadis
2009-12-13
1
-0
/
+4
*
Added a global poll context
Aris Adamantiadis
2009-12-11
1
-0
/
+31
*
struct socket -> struct ssh_socket_struct +typedef
Aris Adamantiadis
2009-12-06
1
-1
/
+1
*
Some brain surgery to add event-based sockets
Aris Adamantiadis
2009-11-30
1
-0
/
+32
*
Always use the poll-emulation on Windows.
Andreas Schneider
2009-11-09
1
-1
/
+2
*
Update structures name to new convention
Aris Adamantiadis
2009-11-06
1
-28
/
+28
*
Fixed including of config.h.
Andreas Schneider
2009-09-25
1
-1
/
+2
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-0
/
+1
*
Fix poll sturct, ISO C doesn't allow unnamed unions.
Andreas Schneider
2009-08-25
1
-13
/
+13
*
Fix typedef collisons on Solaris.
Andreas Schneider
2009-08-25
1
-9
/
+9
*
Fix build with MSVC.
Andreas Schneider
2009-07-30
1
-0
/
+1
*
Fix build on windows, missing include.
Andreas Schneider
2009-07-13
1
-0
/
+2
*
Fixed copyright notices
Aris Adamantiadis
2009-07-13
1
-1
/
+2
*
fix int -> socket_t in SSH_POLL
Aris Adamantiadis
2009-07-04
1
-1
/
+1
*
Move doxygen tags into C files
Aris Adamantiadis
2009-07-04
1
-1
/
+114
*
Add a generic way to handle sockets asynchronously.
Aleksandar Kanchev
2009-07-03
1
-0
/
+226
*
Make use of poll() and add a poll-emulation for win32.
Andreas Schneider
2009-06-04
1
-0
/
+204