Commit Graph

273 Commits (8a4b656ae98e616726ac3a5329f2e390b8626338)

Author SHA1 Message Date
Kaleb Himes d96ad83fdd still working out some bugs 2014-06-04 22:12:43 -06:00
Kaleb Himes bb3ef9f9ff read, write correction 2014-06-04 09:35:19 -06:00
Kaleb Himes 566523c7c2 sig init 2014-06-03 16:16:37 -06:00
Kaleb Himes 0c05c40f56 sig init 2014-06-03 16:15:46 -06:00
Kaleb Himes 94b36d99ce sig init handles client connection fail 2014-06-03 16:14:23 -06:00
Kaleb Himes e1c32dc77b sig init handles client fail 2014-06-03 16:12:36 -06:00
Kaleb Himes 1d3313bde6 handles ctrl+C when client fails to connect 2014-06-03 16:09:09 -06:00
Kaleb Himes 0a3b77e290 CyaSSL_cleanup --> CyaSSL_Cleanup 2014-06-03 16:02:34 -06:00
Kaleb Himes e28c8fd62f exit status updated 2014-06-03 15:51:35 -06:00
Kaleb Himes ccf959d5b9 exit status update 2014-06-03 15:38:53 -06:00
Kaleb Himes 42a2a3709b removed dtls_secured_nonblocing_multithreaded for now 2014-06-03 14:12:00 -06:00
Kaleb Himes 293fa21843 changed "buffer[80] to buffer[sizeof(buffer)-1] 2014-06-03 13:42:32 -06:00
Kaleb Himes 10215ec1f8 changed "buffer[80] to buffer[sizeof(buffer)-1] 2014-06-03 13:40:43 -06:00
Kaleb Himes 824d190fa6 removed un-needed library 2014-06-03 10:22:40 -06:00
Kaleb Himes 5ad64e2c9a added additional memory free 2014-06-03 08:57:56 -06:00
Kaleb Himes 10f21a8c03 nonblocking working needs, memory cleanup 2014-06-02 16:28:19 -06:00
Kaleb Himes 7227162d64 replaced "res" with "listenfd" per variable change. Thanks Chris for catching that 2014-05-30 05:40:29 -06:00
Kaleb Himes cde22ac2bb no memory leaks, complied clean, ready for publishing 2014-05-29 23:18:32 -06:00
Kaleb Himes 628494a7cd fixed all memory leaks 2014-05-29 14:33:12 -06:00
Kaleb Himes 35347bd389 fixed memory leaks 2014-05-29 10:26:30 -06:00
Kaleb Himes 1aa4daa6ad fcntl variable change 2014-05-29 09:30:33 -06:00
Kaleb Himes 2985af8ccd updating 2014-05-28 17:47:16 -06:00
Kaleb Himes c56b0cff6d updating 2014-05-28 17:43:45 -06:00
Kaleb Himes 8ff903281f cleaning up code 2014-05-28 16:26:16 -06:00
Kaleb Himes f62c74ae8b normal dtls multithreaded server 2014-05-28 16:07:40 -06:00
Kaleb Himes ec9f23caae tidying up code 2014-05-28 15:59:26 -06:00
Kaleb Himes cd80add3ea code cleaned 2014-05-28 15:08:01 -06:00
Kaleb Himes 63773d818b multi-threaded, nonblocking server working 2014-05-28 14:43:04 -06:00
Kaleb Himes ee836df7b6 broke accept method out of main, placed in separate method called Accept() that returns an int 2014-05-28 13:24:54 -06:00
Kaleb Himes 91d80b6658 multi-threaded, nonblocking dtls server 2014-05-27 17:30:16 -06:00
Kaleb Himes ff587c4f6e see "bug_tracking" for source 2014-05-27 14:08:16 -06:00
Kaleb Himes 1c09471f8e use this code to attempt to reproduce error 2014-05-27 13:59:30 -06:00
Kaleb Himes 28bdf83779 working, needs tested 2014-05-25 15:32:12 -06:00
Kaleb Himes c1742eef58 ready for testing 2014-05-25 11:40:43 -06:00
Kaleb Himes 4905a34cf7 looping properly on failed accept 2014-05-25 11:38:20 -06:00
Kaleb Himes 36a710754e put dtls timeout back in 2014-05-25 11:32:44 -06:00
Kaleb Himes 698637f0c6 removed "continue;" that caused unwanted looping if no client in queue 2014-05-25 11:21:34 -06:00
Kaleb Himes b12948d821 added select and it breaks out of loop 2014-05-25 11:07:48 -06:00
Kaleb Himes 2ff9c1fb98 working, needs tested 2014-05-25 10:20:50 -06:00
Kaleb Himes bb742ce3d8 nonblocking socket wants data to be read 2014-05-23 16:59:46 -06:00
Kaleb Himes 60bfe2a43c removed debugging print-lines 2014-05-22 15:37:09 -06:00
Kaleb Himes 85bcc6a8ff cleanup 2014-05-22 15:06:39 -06:00
Kaleb Himes 0abd32a97c organizing 2014-05-22 15:05:31 -06:00
Kaleb Himes 6c00d95e27 changed MSG_OOB to MSG_PEEK 2014-05-22 14:37:41 -06:00
Kaleb Himes da8a38c8af fixed valgrind error with DTLS v1.2 and AES 2014-05-22 14:32:59 -06:00
Kaleb Himes 4d74f19a7a updated coding standards 2014-05-22 11:06:59 -06:00
Kaleb Himes ee3040b902 updated coding standards 2014-05-22 10:56:08 -06:00
Kaleb Himes 33d5fffef4 updated coding standards 2014-05-22 10:54:50 -06:00
Kaleb Himes 281dab2483 updated coding standards 2014-05-22 10:51:49 -06:00
Kaleb Himes 06fd240ba0 updated coding standards 2014-05-22 10:48:09 -06:00