Daniel Stenberg
fc28f33384
comp.c only as a single _libssh2_ function, no external one
2009-03-26 22:09:35 +00:00
Daniel Stenberg
cc5e952fa0
A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix
...
for library-wide internal functions. Don't use any of those on static functions.
I also did some comments and whitespace changes.
2009-03-17 13:48:35 +00:00
Daniel Stenberg
210459db4b
re-indented the source code with this script:
...
indent \
--braces-on-if-line \
--braces-after-struct-decl-line \
--space-after-cast \
--line-length 79 \
--comment-line-length 79 \
--cuddle-else \
--no-tabs \
--tab-size 8 \
--indent-level 4 \
--no-space-after-for \
--space-after-if \
--space-after-while \
--no-space-after-function-call-names \
*.[ch]
2007-08-06 20:48:04 +00:00
James Housley
412b25d971
Initially the libssh2 code was indented with tabs of 4 spaces. Some of
...
the recent commits converted the tabs to 4 spaces, which matched the
initial indent size. Other commits converted the tabs to 8 spaces, this
didn't match.
All the code has been converted to 4 space indents. No changes to line
lengths or actual code was performed. This is in preperation to my up
coming non-blocking work so my commits should only be code changes and
line lengths in the code I am working on.
2007-05-28 17:56:08 +00:00
Dan Fandrich
5dd66e604f
Made most internal tables 'static const'.
2007-04-17 18:12:41 +00:00
Dan Fandrich
6dfb2e3009
Better handle out of memory situations.
2007-04-12 21:51:57 +00:00
Simon Josefsson
348b914ab7
Protect #include of zlib.h if we build without zlib.
2007-04-04 14:44:50 +00:00
Daniel Stenberg
fd2368d2b1
fix compiler warnings (and some indent changes)
2006-12-21 14:21:38 +00:00
Sara Golemon
c45992da55
Bump copyright year
2006-03-02 01:10:52 +00:00
Sara Golemon
9f64f34dfe
Swap compression mode preferences, prefer none over zlib by default
2005-03-17 19:20:32 +00:00
Sara Golemon
99e5547442
strm->next_out doesn't *stay* == out, only free out
2005-02-28 17:02:39 +00:00
Sara Golemon
ef7496b29a
Update copyright year
2005-02-18 16:32:02 +00:00
Sara Golemon
2c5c54e999
Fix zlib compression when internal buffer not empty
2005-02-01 05:37:42 +00:00
Sara Golemon
aa8b8afe4f
Update contact info with new domain
2004-12-22 20:56:06 +00:00
Sara Golemon
7a5ffc8cee
Initial revision
2004-12-07 21:17:20 +00:00