| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,7 @@ set(NGHTTP2_SOURCES | |||
| 25 | 25 | nghttp2_rcbuf.c | |
| 26 | 26 | nghttp2_extpri.c | |
| 27 | 27 | nghttp2_debug.c | |
| 28 | + sfparse.c | ||
| 28 | 29 | ) | |
| 29 | 30 | ||
| 30 | 31 | set(NGHTTP2_RES "") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \ | |||
| 51 | 51 | nghttp2_http.c \ | |
| 52 | 52 | nghttp2_rcbuf.c \ | |
| 53 | 53 | nghttp2_extpri.c \ | |
| 54 | - nghttp2_debug.c | ||
| 54 | + nghttp2_debug.c \ | ||
| 55 | + sfparse.c | ||
| 55 | 56 | ||
| 56 | 57 | HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |
| 57 | 58 | nghttp2_frame.h \ | |
@@ -68,7 +69,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |||
| 68 | 69 | nghttp2_http.h \ | |
| 69 | 70 | nghttp2_rcbuf.h \ | |
| 70 | 71 | nghttp2_extpri.h \ | |
| 71 | - nghttp2_debug.h | ||
| 72 | + nghttp2_debug.h \ | ||
| 73 | + sfparse.h | ||
| 72 | 74 | ||
| 73 | 75 | libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS) | |
| 74 | 76 | libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -157,7 +157,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \ | |||
| 157 | 157 | nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \ | |
| 158 | 158 | nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \ | |
| 159 | 159 | nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \ | |
| 160 | - nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo | ||
| 160 | + nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo sfparse.lo | ||
| 161 | 161 | am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2) | |
| 162 | 162 | libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS) | |
| 163 | 163 | AM_V_lt = $(am__v_lt_@AM_V@) | |
@@ -196,7 +196,8 @@ am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \ | |||
| 196 | 196 | ./$(DEPDIR)/nghttp2_priority_spec.Plo \ | |
| 197 | 197 | ./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_rcbuf.Plo \ | |
| 198 | 198 | ./$(DEPDIR)/nghttp2_session.Plo ./$(DEPDIR)/nghttp2_stream.Plo \ | |
| 199 | - ./$(DEPDIR)/nghttp2_submit.Plo ./$(DEPDIR)/nghttp2_version.Plo | ||
| 199 | + ./$(DEPDIR)/nghttp2_submit.Plo ./$(DEPDIR)/nghttp2_version.Plo \ | ||
| 200 | + ./$(DEPDIR)/sfparse.Plo | ||
| 200 | 201 | am__mv = mv -f | |
| 201 | 202 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| 202 | 203 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
@@ -509,7 +510,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \ | |||
| 509 | 510 | nghttp2_http.c \ | |
| 510 | 511 | nghttp2_rcbuf.c \ | |
| 511 | 512 | nghttp2_extpri.c \ | |
| 512 | - nghttp2_debug.c | ||
| 513 | + nghttp2_debug.c \ | ||
| 514 | + sfparse.c | ||
| 513 | 515 | ||
| 514 | 516 | HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |
| 515 | 517 | nghttp2_frame.h \ | |
@@ -526,7 +528,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ | |||
| 526 | 528 | nghttp2_http.h \ | |
| 527 | 529 | nghttp2_rcbuf.h \ | |
| 528 | 530 | nghttp2_extpri.h \ | |
| 529 | - nghttp2_debug.h | ||
| 531 | + nghttp2_debug.h \ | ||
| 532 | + sfparse.h | ||
| 530 | 533 | ||
| 531 | 534 | libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS) | |
| 532 | 535 | libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ | |
@@ -635,6 +638,7 @@ distclean-compile: | |||
| 635 | 638 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker | |
| 636 | 639 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker | |
| 637 | 640 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker | |
| 641 | + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfparse.Plo@am__quote@ # am--include-marker | ||
| 638 | 642 | ||
| 639 | 643 | $(am__depfiles_remade): | |
| 640 | 644 | @$(MKDIR_P) $(@D) | |
@@ -917,6 +921,7 @@ distclean: distclean-recursive | |||
| 917 | 921 | -rm -f ./$(DEPDIR)/nghttp2_stream.Plo | |
| 918 | 922 | -rm -f ./$(DEPDIR)/nghttp2_submit.Plo | |
| 919 | 923 | -rm -f ./$(DEPDIR)/nghttp2_version.Plo | |
| 924 | + -rm -f ./$(DEPDIR)/sfparse.Plo | ||
| 920 | 925 | -rm -f Makefile | |
| 921 | 926 | distclean-am: clean-am distclean-compile distclean-generic \ | |
| 922 | 927 | distclean-tags | |
@@ -985,6 +990,7 @@ maintainer-clean: maintainer-clean-recursive | |||
| 985 | 990 | -rm -f ./$(DEPDIR)/nghttp2_stream.Plo | |
| 986 | 991 | -rm -f ./$(DEPDIR)/nghttp2_submit.Plo | |
| 987 | 992 | -rm -f ./$(DEPDIR)/nghttp2_version.Plo | |
| 993 | + -rm -f ./$(DEPDIR)/sfparse.Plo | ||
| 988 | 994 | -rm -f Makefile | |
| 989 | 995 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 990 | 996 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,14 +29,14 @@ | |||
| 29 | 29 | * @macro | |
| 30 | 30 | * Version number of the nghttp2 library release | |
| 31 | 31 | */ | |
| 32 | - #define NGHTTP2_VERSION "1.52.0" | ||
| 32 | + #define NGHTTP2_VERSION "1.53.0" | ||
| 33 | 33 | ||
| 34 | 34 | /** | |
| 35 | 35 | * @macro | |
| 36 | 36 | * Numerical representation of the version number of the nghttp2 library | |
| 37 | 37 | * release. This is a 24 bit number with 8 bits for major number, 8 bits | |
| 38 | 38 | * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. | |
| 39 | 39 | */ | |
| 40 | - #define NGHTTP2_VERSION_NUM 0x013400 | ||
| 40 | + #define NGHTTP2_VERSION_NUM 0x013500 | ||
| 41 | 41 | ||
| 42 | 42 | #endif /* NGHTTP2VER_H */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments