Home | History | Annotate | Download | only in libevent

Lines Matching full:separate

682  o Move evkeyvalq into a separate header for evhttp_parse_query users (ca9048f)
1066 o move dns utility functions into a separate file so that we can use them for http testing (b822639)
1283 o separate signal events from io events; making the code less complex.
1346 o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.