flood_round_robin.c (7 lines): - line 271: /* FIXME: This algorithm sucks. */ - line 632: /* FIXME: ap_getword needs to be in apr-util! */ - line 963: /* FIXME: precompute request_t in profile_init */ - line 1005: /* FIXME: this should be more portable, like apr_generate_random_bytes() */ - line 1078: /* FIXME: This algorithm sucks. I need to be shot for writing such - line 1343: /* FIXME: this should be more portable, like apr_generate_random_bytes() */ - line 1363: /* FIXME: free() the memory used by this profile, or reset() the pool flood_profile.c (4 lines): - line 609: return APR_EGENERAL; /* FIXME: What error code to return? */ - line 642: /* FIXME: I don't like doing this after we've opened the socket. - line 726: return APR_EGENERAL; /* FIXME: What error code to return? */ - line 731: return APR_EGENERAL; /* FIXME: What error code to return? */ flood_net.c (4 lines): - line 59: /* FIXME: Handle better */ - line 78: /* FIXME: Handle */ - line 99: /* FIXME: recording and other stuff here? */ - line 123: /* FIXME: Better error and allow restarts? */ flood_socket_keepalive.c (3 lines): - line 142: /* FIXME: Handle chunk-extension */ - line 244: /* FIXME: If we add pipelining, we need to put - line 364: /* FIXME: Assume we got the full header for now. */ flood_net_ssl.c (3 lines): - line 61: /* FIXME: return error here */ - line 95: /* FIXME: This is lame and not portable. -aaron */ - line 160: /* FIXME: error out here */ flood_profile.h (2 lines): - line 81: * FIXME: apr_bucket_t? */ - line 107: * FIXME: apr_bucket_t? */ flood.c (2 lines): - line 141: /* FIXME: Where is Roy's change to return the global pool... */ - line 148: /* FIXME: HHAAAAAAAAAAAAAAACCCCCCCCCCCKKKKKKKKKKK! */ flood_simple_reports.c (1 line): - line 76: /* FIXME: APR can't free memory, and is lame */ flood_socket_generic.c (1 line): - line 82: req->keepalive = 0; /* FIXME: Maybe move this into flood_socket_t */ flood_config.c (1 line): - line 84: /* FIXME: Actually assign the parsed XML config into 'config' */ config.h.in (1 line): - line 69: /* FIXME: replace the apr_recv logic with something sane. */