aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-10build: Added -pedantic-errors.Andreas Schneider1-1/+1
2010-09-09build: Remove unneeded debug message.Andreas Schneider1-2/+0
2010-09-09Fix #ifdef'ed erroneous debug code in buffer.cAris Adamantiadis1-1/+1
2010-09-08build: Improve pthread detection.Andreas Schneider2-4/+4
2010-09-08build: Make sure LIBSSH_THREADS_LINK_LIBRARIES is in the cache.Andreas Schneider1-5/+7
2010-09-08build: Make sure to link against all required thread libraries.Andreas Schneider1-1/+2
2010-09-08build: Fixed options parsing.Andreas Schneider1-5/+0
2010-09-08build: Improve the check for argp.Andreas Schneider1-2/+2
2010-09-08build: There is no need to check for system libraries on Linux.Andreas Schneider2-27/+30
2010-09-08build: Added DefinePlatformDefaults cmake file.Andreas Schneider1-0/+21
2010-09-08build: Cleanup DefineCompilerFlags.Andreas Schneider1-49/+57
2010-09-08build: Fixed linking against libssh in thread library.Andreas Schneider1-2/+2
2010-09-07socket: Make code easier to read and debug.Andreas Schneider1-8/+10
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider2-0/+2
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
2010-09-07doc: Added links to the RFCs.Andreas Schneider1-0/+63
2010-09-07doc: Fixed doxygen config.Andreas Schneider1-1/+1
2010-09-07doc: More work on the tutorial.Éric Bischoff3-8/+8
2010-09-06Implemented the noop and native pointersAris Adamantiadis6-44/+95
2010-09-06threads: Build a libssh threading library.Andreas Schneider7-6/+129
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis4-75/+85
2010-09-06misc: Rename libssh/ to src/Andreas Schneider45-1/+1
2010-09-06doc: Some corrections for shell execution.Éric Bischoff1-2/+10
2010-09-05build: Fixed a wrong if statement.Andreas Schneider1-2/+2
2010-09-05build: Fixed build with gcc 3.4.Andreas Schneider1-1/+17
2010-09-05server: Fixed a shadowed variable.Andreas Schneider2-4/+5
2010-09-05tests: Fixed cmdline parsing.Andreas Schneider1-0/+1
2010-09-03tests: Disable options parsing if argp isn't available.Andreas Schneider1-1/+6
2010-09-03build: Added support to find argp on BSD.Andreas Schneider2-1/+65
2010-09-03Made pthread threading a user macroAris Adamantiadis3-47/+82
2010-09-02thread: Fixed detection of thread libraries on Windows.Andreas Schneider2-4/+8
2010-09-02build: Fixed checking for printf function on Windows.Andreas Schneider2-11/+20
2010-09-01poll: Fixed the Windows build on Vista and newer.Andreas Schneider1-2/+2
2010-09-01Fix initialization of threadingAris Adamantiadis6-6/+21
2010-09-01build: Fixed pthread detection.Andreas Schneider2-11/+13
2010-09-01Openssl implementation of threading + default impAris Adamantiadis8-41/+135
2010-08-31some more work on threading but not complete yetAris Adamantiadis2-28/+55
2010-08-30Begin of a solution for threadingAris Adamantiadis5-9/+147
2010-08-30Added "fix" for libgcrypt threading, ...Aris Adamantiadis1-0/+7
2010-08-30Added test for the openssl threadingAris Adamantiadis2-0/+50
2010-08-29doc: Added documentation for tunnels.Éric Bischoff1-2/+160
2010-08-29Mark channel_read_buffer as deprecated in doxygenAris Adamantiadis1-4/+2
2010-08-28Limit the size of packets in ssh_channel_write*Aris Adamantiadis1-3/+6
2010-08-28Fixes bug #99Aris Adamantiadis1-1/+4
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis4-15/+15
2010-08-28libsshpp: do not use deprecated functionsAris Adamantiadis1-0/+3
2010-08-28Fixed missing libsshpp methodsAris Adamantiadis1-23/+60
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis22-24/+24
2010-08-28Fix a few documentation issuesAris Adamantiadis3-13/+13
2010-08-28Near to end of implementation of the C++ wrapperAris Adamantiadis1-19/+124