/[hydra]/hydra/src/boa.h
ViewVC logotype

Diff of /hydra/src/boa.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by nmav, Mon Oct 21 19:47:04 2002 UTC revision 1.30 by nmav, Sat Oct 26 20:58:48 2002 UTC
# Line 191  void hic_init(); Line 191  void hic_init();
191  void clean_pathname(char *pathname);  void clean_pathname(char *pathname);
192  void get_commonlog_time(char buf[30]);  void get_commonlog_time(char buf[30]);
193  void rfc822_time_buf(char *buf, time_t s);  void rfc822_time_buf(char *buf, time_t s);
194  int simple_itoa(off64_t i, char buf[22]);  int simple_itoa(large_int i, char buf[22]);
195  int boa_atoi(const char *s);  int boa_atoi(const char *s);
196  off64_t boa_atoll(const char *s);  large_int boa_atoll(const char *s);
197  int create_etag(unsigned long int size, unsigned long int mod_time,  int create_etag(unsigned long int size, unsigned long int mod_time,
198     char buf[MAX_ETAG_LENGTH]);     char buf[MAX_ETAG_LENGTH]);
199  char *escape_string(char *inp, char *buf);  char *escape_string(char *inp, char *buf);
# Line 201  int month2int(char *month); Line 201  int month2int(char *month);
201  int modified_since(time_t mtime, char *if_modified_since);  int modified_since(time_t mtime, char *if_modified_since);
202  char *to_upper(char *str);  char *to_upper(char *str);
203  int unescape_uri(char *uri, char **query_string);  int unescape_uri(char *uri, char **query_string);
204  int create_temporary_file(short want_unlink, char *storage, int size);  tmp_fd create_temporary_file(short want_unlink, int size);
205    void close_tmp_fd( tmp_fd* fds);
206  char * normalize_path(char *path);  char * normalize_path(char *path);
207  int set_block_fd(int fd);  int set_block_fd(int fd);
208  int set_nonblock_fd(int fd);  int set_nonblock_fd(int fd);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26