Commit Graph

4 Commits (c5b7137f2b1170cddf79bd79d39224aee4aba7d5)

Author SHA1 Message Date
Pierre Ossman 27d6677a31 Don't clear complex objects using memset()
This is fine for simple structs but not class based objects.
5 years ago
Lauri Kasanen 49f9ce8e5b Remove remnants of the old HTTP server 5 years ago
Pierre Ossman 259f1055cb Use size_t for lengths in stream objects
Provides safety against them accidentally becoming negative because
of bugs in the calculations.

Also does the same to CharArray and friends as they were strongly
connection to the stream objects.
5 years ago
matt 408c005d3e Initial commit 5 years ago