Commit Graph

499 Commits

Author SHA1 Message Date
Jeff Kaufman af1f770b28 Merge branch 'master' into trunk-tracking 2013-04-29 10:40:31 -04:00
Jeff Kaufman 4ab1bae8d1 Merge branch 'master' of github.com:pagespeed/ngx_pagespeed 2013-04-29 10:39:58 -04:00
Jeff Kaufman dd9b209903 Merge pull request #309 from chaizhenhua/32bit-crash
Fixed crash in 32 bit Ubuntu system (ubuntu-12.04.2-server-i386)
2013-04-29 07:39:19 -07:00
Jeff Kaufman 848ae63877 copy-includes: merge commit 2013-04-29 09:53:45 -04:00
Jeff Kaufman bf923a264c copy-includes: merge commit 2013-04-29 09:51:46 -04:00
Jeff Kaufman 7b78855cc1 copy-includes: no longer putting psol in source control 2013-04-29 09:45:32 -04:00
chaizhenhua dc4d5272fd Fixed crash in 32 bit Ubuntu system (ubuntu-12.04.2-server-i386) 2013-04-29 10:59:42 +08:00
Jeff Kaufman 807784b414 merge commit 2013-04-26 17:44:39 -04:00
Jeff Kaufman 85a36b8133 Merge pull request #276 from pagespeed/jefftk-post
beacon-handler: don't screw up the connection
2013-04-26 14:39:24 -07:00
Jeff Kaufman e1341837ce system-test: critical css and lazyload_images-with-beaconing
Squash-merge of Jud's #303
2013-04-26 16:39:10 -04:00
Jeff Kaufman fd1787a6a3 psol: document having to download psol 2013-04-26 16:38:11 -04:00
Jeff Kaufman cb65e29c34 psol: removing psol 2013-04-26 15:26:43 -04:00
Jeff Kaufman 72d5bc4476 copy-includes: copy some headers that don't end in .h 2013-04-26 15:26:18 -04:00
Jeff Kaufman e8045a52ad copy-includes: make suggested messages understand tags 2013-04-26 15:26:18 -04:00
Jud Porter 1dce70f548 Add Timer to constructor of NgxRequestContext. 2013-04-26 15:26:17 -04:00
Jud Porter 2e26e7a2fe Disable critical image beaconing in system tests. With this enabled image inline tests don't work, since only critical images will be inlined. 2013-04-26 15:26:17 -04:00
Jud Porter 32e0c3c0b7 Add google-sparehash include paths. 2013-04-26 15:26:16 -04:00
Jeff Kaufman 1426e918a8 system: roll back fd optimization 2013-04-26 15:26:16 -04:00
Jeff Kaufman 8adc3738e1 readme: tell people to use alpha-r2748 instead of release-1.5.27.1-beta 2013-04-26 15:26:16 -04:00
Jeff Kaufman a4cd2c6568 Merge pull request #299 from pagespeed/jefftk-rollback-fd-opt
system: roll back fd optimization
2013-04-26 08:27:17 -07:00
Jeff Kaufman f2a5c5d518 beacon-handler: don't screw up the connection 2013-04-26 11:24:57 -04:00
Jeff Kaufman 03f7d5d7e9 system: roll back fd optimization 2013-04-26 10:48:21 -04:00
Jeff Kaufman 4043a2b559 readme: tell people to use alpha-r2748 instead of release-1.5.27.1-beta 2013-04-26 09:07:48 -04:00
Jeff Kaufman d495a3f666 Merge pull request #289 from pborreli/typos
Fixed typos
2013-04-26 04:54:56 -07:00
Pascal Borreli f21618c824 Fixed typos 2013-04-26 00:39:17 +00:00
Jeff Kaufman 6cfdc066d9 readme: we don't support windows or macos 2013-04-25 17:15:55 -04:00
Ilya Grigorik 11f5008b1e nginx 1.4.0 in the readme 2013-04-24 12:05:13 -07:00
Jeff Kaufman 726271fdaa system-test: convert meta tags isn't expected to fail anymore 2013-04-24 09:01:10 -04:00
Jeff Kaufman f214b54f42 Merge pull request #282 from pagespeed/oschaaf-fix-compilation
correct a last minute error I made in the previous commit
2013-04-24 05:57:08 -07:00
Jeff Kaufman 75da87ae54 Merge pull request #280 from pavel-paulau/patch-1
use "curl -I" for header verification
2013-04-24 05:56:42 -07:00
Otto van der Schaaf bf533183f4 correct a last minute error I made in the previous commit 2013-04-24 14:42:03 +02:00
Jeff Kaufman e4a72c720c Merge pull request #281 from pagespeed/jefftk-thread-system
thread-system: hold on to the NgxThreadSystem for PermitThreadStarting()
2013-04-24 05:40:05 -07:00
Otto van der Schaaf 35a66f8c55 Merge commit '3927541c27c2376b543e046d9ed80bf6a162fc8c' 2013-04-24 14:13:41 +02:00
Jeff Kaufman 9d54df626e thread-system: hold on to the NgxThreadSystem forPermitThreadStarting() 2013-04-24 07:54:59 -04:00
chaizhenhua 3927541c27 Reduce fd usage & support convert_meta_tags
This reduced fd usage in NgxBaseFetch, and fixes support for convert_meta_tags

Fixes https://github.com/pagespeed/ngx_pagespeed/issues/56

Squash merge of chaizhenhua's https://github.com/pagespeed/ngx_pagespeed/pull/241

Conflicts:
	src/ngx_pagespeed.cc
2013-04-24 13:09:52 +02:00
chaizhenhua d9abb1d666 Reduce fd usage, support convert_meta_tags
This reduced fd usage in NgxBaseFetch, and fixes support for convert_meta_tags

Fixes https://github.com/pagespeed/ngx_pagespeed/issues/56

Squash merge of chaizhenhua's https://github.com/pagespeed/ngx_pagespeed/pull/241

Conflicts:
	src/ngx_pagespeed.cc
2013-04-24 13:01:24 +02:00
Pavel Paulau 5e1bfd1ed7 use "curl -I" for header verification 2013-04-24 12:21:01 +03:00
Jeff Kaufman 76a374d793 threading: revert "Use ngx_thread_system in NgxRewriteDriverFactory."
This reverts commit e20088e58d.

The change had:

    SystemRewriteDriverFactory(ngx_thread_system_ = new NgxThreadSystem)

This is probably undefined behavior.  I'm going to redo this change to make
NgxRewriteDriverFactory take an NgxThreadSystem* argument instead.
2013-04-23 18:29:43 -04:00
Jeff Kaufman 8dc6b4d854 readme: document building off of release-1.5.27.1-beta 2013-04-23 18:28:51 -04:00
Jeff Kaufman 7cc0bb1f42 Merge pull request #277 from pagespeed/jud-nginx-thread
Use ngx_thread_system in NgxRewriteDriverFactory.
2013-04-23 15:09:24 -07:00
Jeff Kaufman 9cf9c187a5 readme: better link to build-from-source 2013-04-23 13:58:20 -04:00
Jeff Kaufman 82b14caf89 readme: minor reorg 2013-04-23 13:56:19 -04:00
Jeff Kaufman 7fe67a47f5 readme: move build troubleshooting to a wiki page 2013-04-23 10:38:56 -04:00
Jeff Kaufman 54e80a162b readme: tighten it up 2013-04-22 20:19:11 -04:00
Jeff Kaufman 63a1507d53 readme: google group -> mailing list; link to announce 2013-04-22 20:18:12 -04:00
Jud Porter e20088e58d Use ngx_thread_system in NgxRewriteDriverFactory. 2013-04-22 16:16:25 -04:00
Jeff Kaufman 5ab4ea854b readme: we don't depend on external mod_pagespeed binaries 2013-04-22 11:22:51 -04:00
Jeff Kaufman 6f667a7727 Merge pull request #274 from pagespeed/oschaaf-memcached-threads
memcached-threads: use only one
2013-04-19 06:02:23 -07:00
Otto van der Schaaf e725ccd6ce memcached-threads: use only one
See https://code.google.com/p/modpagespeed/issues/detail?id=672
2013-04-19 14:55:46 +02:00
Jeff Kaufman 0f691e4b50 readme: move testing to a wiki page 2013-04-19 08:45:26 -04:00