commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2019/07/26
svn commit: r1048150 - in /websites/staging/nutch/trunk/content: ./ assets/js/README.html bot.html credits.html downloads.html index.html javadoc.html mailing_lists.html version_control.html
buildbot
2019/07/26
svn commit: r1863785 - /nutch/cms_site/trunk/templates/std.html
snagel
2019/07/26
svn commit: r1048148 - /websites/production/nutch/content/
snagel
2019/07/26
svn commit: r1048146 - in /websites/staging/nutch/trunk/content: ./ about.html assets/js/README.html bot.html index.html javadoc.html mailing_lists.html version_control.html
buildbot
2019/07/26
svn commit: r1863783 - in /nutch/cms_site/trunk/content: about.md index.md javadoc.md version_control.md
snagel
2019/07/15
[nutch] branch master updated: NUTCH-2724 Metadata indexer not to emit empty values
markus
2019/07/12
[nutch] branch master updated: NUTCH-2723 Indexer Solr not to decode URLs before deletion
markus
2019/07/11
[nutch] branch branch-2.4 updated: NUTCH-2722 Fetch dependencies via https - change repository URLs to https - fix ant "restdocs" task not to download dependencies via http:// - sync Maven template with master branch - add Spring plugins repository required for org.restlet dependencies
snagel
2019/07/11
[nutch] branch 2.x updated: NUTCH-2722 Fetch dependencies via https - simplify resolvers for org.restlet dependencies
snagel
2019/07/11
[nutch] branch 2.x updated: NUTCH-2722 Fetch dependencies via https - add Spring plugins repository required for org.restlet dependencies
snagel
2019/07/11
[nutch] branch 2.x updated: NUTCH-2722 Fetch dependencies via https - change repository URLs to https - fix ant "restdocs" task not to download dependencies via http:// - sync Maven template with master branch
snagel
2019/07/11
[nutch] branch master updated: NUTCH-2722 Fetch dependencies via https - change repository URLs to https - fix ant "restdocs" task not to download dependencies via http://
snagel
2019/06/24
6/25/2019 4:17:25 a.m.
helpdesk
2019/05/24
[nutch] branch master updated: NUTCH-2706 NUTCH-2650 -addBinaryContent -base64 flag can cause "String length must be a multiple of four" error in IndexingJob - use conversion to base64 encoding which works for various versions of the commons-codec libary (1.4 and 1.11) and does never return a chunked string
snagel
2019/05/24
[nutch] branch master updated: fix for NUTCH-2717
snagel
2019/05/24
[nutch] branch master updated (5644f9c -> a2b944f)
snagel
2019/05/24
[nutch] 01/04: NUTCH-2716 Response headers are not stored for a compressed response
snagel
2019/05/24
[nutch] 02/04: When fixHttpHeaders is called with null, return null
snagel
2019/05/24
[nutch] 04/04: Merge branch NUTCH-2716 of https://github.com/YossiTamari/nutch - NUTCH-2716 protocol-http: Response headers are not stored for a compressed response - NUTCH-2715 WARCExporter fails on large records - upgrades lib-htmlunit to use version 3.141.5 of Selenium
snagel
2019/05/24
[nutch] 03/04: Fix plugin.xml to match changes in ivy.xml.
snagel
2019/05/06
[nutch] branch master updated: NUTCH-2708 urlfilter-automaton: update library dependency (dk.brics.automaton) - fix plugin.xml to refer to updated library
snagel
2019/05/06
[nutch] branch master updated: NUTCH-2690 Configurable and fast URL filter - performs fast exact matches on host/domain names - before applying regexes to the path component of a URL
snagel
2019/05/06
[nutch] branch master updated: NUTCH-2626 bin/crawl: remove option -noParsing from fetch command
snagel
2019/05/06
[nutch] branch master updated: NUTCH-2709 Remove unused properties and code related to HTTP protocol - remove `http.verbose` and related code (commented out) - remove `http.max.delays` which is obsolete since handling of politeness and delays is handled in the multi-threaded Fetcher (see NUTCH-339 and NUTCH-876)
snagel
2019/05/06
[nutch] branch master updated: NUTCH-2708 urlfilter-automaton: update library dependency (dk.brics.automaton)
snagel
2019/05/06
[nutch] branch master updated (7765bb3 -> fd203d8)
snagel
2019/04/12
[nutch] branch master updated: NUTCH-2704 Upgrade crawler-commons dependency to 1.0
snagel
2019/04/12
[nutch] branch master updated (510a4ea -> b56a577)
snagel
2019/04/11
[nutch] branch master updated: NUTCH-2700 Indexchecker: improve command-line help - add options `-doIndex` to pass "checked" document to index writers (the property `doIndex` is kept to ensure back-ward compatibility)
snagel
2019/04/11
[nutch] branch master updated: NUTCH-2703 parse-tika: Boilerpipe should not run for non-(X)HTML pages
markus
2019/04/10
[nutch] branch master updated: NUTCH-2701 Fetcher: log dates and times also in human-readable form - add human-readable date to log message about time limit - move date formatter to TimingUtil - use new thread-safe date and time API
snagel
2019/04/10
[nutch] branch master updated: NUTCH-2666 Increase default value for http.content.limit / ftp.content.limit / file.content.limit - increase the default content limit from 64 kB to 1024 kB
snagel
2019/04/10
[nutch] branch master updated: NUTCH-2683 DeduplicationJob: add option to prefer https:// over http:// - add optional value "httpsOverHttp" to -compareOrder argument to prefer https:// over http:// if it comes before the "urlLength" and neither "score" nor "fetchTime" take precedence - code improvements: remove nested loop, sort imports, add @Override statements where applicable
snagel
2019/03/26
[nutch] branch master updated (a5a65a0 -> fc8f863)
r0ann3l
2019/03/25
[nutch] branch master updated (8bdec5e -> a5a65a0)
r0ann3l
2019/03/09
[nutch] branch branch-2.4 created (now 4944597)
lewismc
2019/03/09
[nutch] 01/01: Prepare for Nutch 2.4 release candidate
lewismc
2019/03/05
[nutch] branch master updated: NUTCH-2698 Remove sonar build task from build.xml (#443)
lewismc
2019/03/02
[nutch] branch master updated (0b0fcea -> 2ca3d89)
snagel
2019/03/02
[nutch] 01/01: Merge pull request #442 from apache/revert-441-NUTCH-2697
snagel
2019/03/02
[nutch] branch revert-441-NUTCH-2697 created (now 5fc56b6)
snagel
2019/03/02
[nutch] 01/01: Revert "NUTCH-2697: Upgrade Ivy to fix the issue of an unset packaging.type property. (#441)"
snagel
2019/03/01
[nutch] branch master updated: NUTCH-2697: Upgrade Ivy to fix the issue of an unset packaging.type property. (#441)
lewismc
2019/02/23
[nutch] branch master updated: NUTCH-2676 Update to the latest selenium and add code to use chrome and firefox headless mode with the remote web driver NUTCH-2460 use the headless option of firefox and chrome in protocol-selenium - upgrade of Selenium plugin related packages - added the use of headless mode when using Selenium nodes(chrome & firefox) - obsolete code for Selenium plugin removed - fix of a bug occurring during the build of the Nutch docker container - added possibility to use a Selenium Hub orchestrator [...]
snagel
2019/02/22
[nutch] branch master updated: NUTCH-2692 Removing previously accidentally added file
markus
2019/02/22
[nutch] 02/03: NUTCH-2692 Subcollection to support case-insensitive white and black lists
markus
2019/02/22
[nutch] 01/03: NUTCH-2692 Subcollection to support case-insensitive white and black lists
markus
2019/02/22
[nutch] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/nutch
markus
2019/02/22
[nutch] branch master updated (78af89f -> 0085ee7)
markus
2019/02/22
[nutch] branch master updated (e95c915 -> 78af89f)
snagel
2019/02/22
[nutch] branch master updated: NUTCH-2693 Misspelled configuration property names in documentation - fix wrong names of Nutch configuration properties in documentation (nutch-default.xml and Java comments) - also fix further typos
snagel
2019/02/22
[nutch] branch master updated: NUTCH-2627 Fetcher to optionally filter URLs - filter and normalize URLs in QueueFeeder if fetcher.filter.urls resp. fetcher.normalize.urls are true (default is false, i.e., fetcher does not filter and normalize)
snagel
2019/02/22
[nutch] branch master updated (33922fe -> fd31cea)
snagel
2019/02/22
[nutch] branch master updated: NUTCH-2694 HostDB to aggregate by long instead of integer
markus
2019/01/29
[nutch] branch master updated: NUTCH-2689 Speed up urlfilter-regex and urlfilter-automaton - do not extract host and domain name from the URL if not needed - speed up regular expressions: - use non-capturing groups if possible - use (?i) to make the patterns case insensitiven and remove uppercase variants to keep alternations shorter
snagel
2019/01/29
[nutch] branch master updated: NUTCH-2691: Improve logging from scoring-depth plugin
snagel
2019/01/22
[nutch] branch master updated: NUTCH-2685: README.md file for exchange-jexl plugin.
snagel
2019/01/21
[nutch] branch master updated: NUTCH-2682 Upgrade to Tika 1.20 - upgrade to Tika dependencies to version 1.20 - plugin parse-tika: add exclusions of transitive dependencies already provided as Nutch core dependencies - upgrade Nutch core dependencies to match versions required by Tika 1.20 - apply code formatting template to TikaParser class and replace deprecated method calls
snagel
2019/01/21
[nutch] branch master updated (0c18f6c -> 86aac2d)
r0ann3l
2019/01/18
[nutch] branch master updated: NUTCH-2680 Documentation: https supported by multiple protocol plugins not only httpclient Improve description of property plugin.includes: - https is supported by default - no need to enable the stub plugin nutch-extensionpoints
snagel
2019/01/18
[nutch] branch master updated: NUTCH-2663 Improve the JEXL syntax for getting values from the metadata/context
snagel
2019/01/18
[nutch] branch master updated: NUTCH-2678 Allow for per-host configurable protocol plugin
markus
2019/01/18
[nutch] branch master updated: NUTCH-2687 Regex for reading title from Content-Disposition is wrong
markus
2019/01/06
[nutch] branch 2.x updated: NUTCH-2475 If and else-if branches has the same condition - remove duplicated condition to handle ftp status 451 (requested action aborted)
snagel
2019/01/06
[nutch] branch master updated: NUTCH-2475 If and else-if branches has the same condition - remove duplicated condition to handle ftp status 451 (requested action aborted)
snagel
2019/01/06
[nutch] branch master updated (58ef2da -> 6274083)
snagel
2019/01/06
[nutch] 01/01: Merge pull request #371 from sebastian-nagel/NUTCH-2628-fetcher-signature
snagel
2019/01/06
[nutch] branch master updated (3ab0227 -> 58ef2da)
snagel
2019/01/06
[nutch] 01/01: Merge pull request #422 from sebastian-nagel/NUTCH-2657-http-headers-crlf
snagel
2019/01/06
[nutch] 01/01: Merge pull request #398 from jorgelbg/doc-indexer-links
snagel
2019/01/06
[nutch] branch master updated (43d26ce -> 3ab0227)
snagel
2019/01/04
[nutch] branch 2.x updated: NUTCH-2667 Update Tika and Commons Collections 4 - explicitly add dependency to commons-compress 1.18 for tika-core
snagel
2019/01/04
[nutch] branch 2.x updated (6adca89 -> add07fa)
snagel
2019/01/04
[nutch] 01/01: Merge pull request #423 from sebastian-nagel/NUTCH-2667-upgrade-tika-commons-collections4
snagel
2018/12/07
[nutch] branch master updated (a965cd2 -> 43d26ce)
snagel
2018/12/07
[nutch] 01/01: Merge pull request #407 from sebastian-nagel/NUTCH-2674-hostdb-dump-header
snagel
2018/11/19
[nutch] branch 2.x updated: NUTCH-2668 Integrate OWASP dependency checks as ant target - relax ant build if the OWASP dependency check tool is not installed
snagel
2018/11/19
[nutch] branch master updated: NUTCH-2668 Integrate OWASP dependency checks as ant target - relax ant build if the OWASP dependency check tool is not installed
snagel
2018/11/19
[nutch] 01/01: Merge pull request #404 from sebastian-nagel/dependency-check-2x
snagel
2018/11/19
[nutch] branch 2.x updated (855e650 -> 5013b9e)
snagel
2018/11/19
[nutch] 01/01: Merge pull request #401 from sebastian-nagel/dependency-check
snagel
2018/11/19
[nutch] branch master updated (a37bde1 -> 785a52f)
snagel
2018/11/19
[nutch] branch master updated: NUTCH-1842: crawl.gen.delay value is read incorrectly from config - add warning to CHANGES.txt
snagel
2018/11/19
[nutch] 01/01: Merge pull request #392 from sebastian-nagel/NUTCH-2606-mime-detection-plain-text
snagel
2018/11/19
[nutch] branch master updated (f861c82 -> ee9ff89)
snagel
2018/11/15
[nutch] 09/14: NUTCH-2651 Upgrade to Tika 1.19.1 (from 1.18) - modified work-around to fix downloading of dependency javax.ws.rs-api-*.jar: define property packaging.type in ivysettings.xml
snagel
2018/11/15
[nutch] 14/14: NUTCH-1842: crawl.gen.delay value is read incorrectly from config Merge pull request #393 from YossiTamari/patch-2
snagel
2018/11/15
[nutch] 02/14: NUTCH-2630 Fetcher to log skipped records by robots.txt - change required log level to INFO (default) for messages reporting skipped URLs because of robots.txt rules (disallow or crawl delay larger than fetcher.max.crawl.delay)
snagel
2018/11/15
[nutch] 04/14: NUTCH-2652 Fetcher launches more fetch tasks than fetch lists - properly override method getSplits(...) of FileInputFormat
snagel
2018/11/15
[nutch] 01/14: NUTCH-2625 ProtocolFactory.getProtocol(url) may create multiple plugin instances - lock critical block (conditional creation of plugin instance) on object cache object
snagel
2018/11/15
[nutch] 11/14: NUTCH-2671 Upgrade to ant ivy library - upgrade to 2.5.0-rc1 to address NUTCH-2669
snagel
2018/11/15
[nutch] 08/14: NUTCH-2661 Move the TestOutlinks class into the o.a.n.parse path
snagel
2018/11/15
[nutch] 07/14: NUTCH-2660 Plugin tests not executed - add missing unit test packages to plugin build.xml - tests of "headings" plugin depend on "lib-nekohtml" - add "protocol-okhttp" to Javadoc API overview - add missing test packages to ant "eclipse" target
snagel
2018/11/15
[nutch] 10/14: NUTCH-2658 Adding the fields required by the index-links plugin to the schema
snagel
2018/11/15
[nutch] branch master updated (8151237 -> f861c82)
snagel
2018/11/15
[nutch] 06/14: NUTCH-2659 Add missing Apache license headers
snagel
2018/11/15
[nutch] 05/14: NUTCH-2655 Update Solr schema.xml for Solr 7.x - add required field types to schema.xml
snagel
2018/11/15
[nutch] 13/14: NUTCH-2671 Upgrade to ant ivy library - roll back to 2.4.0 to bring Jenkins build back to normal
snagel
2018/11/15
[nutch] 03/14: NUTCH-2651 Upgrade core and parse-tika to use Tika 1.19.1 - add work-around to fix downloading of dependency javax.ws.rs-api-*.jar (need to set property packaging.type=jar)
snagel
2018/11/15
[nutch] 12/14: NUTCH-2671 Upgrade to ant ivy library - fix order of ant target dependencies: "compile-core" must come before "resolve-test"
snagel
2018/11/14
[nutch] 01/01: Merge pull request #387 from sebastian-nagel/NUTCH-2630-fetcher-log-robotstxt-denied
snagel
2018/11/14
[nutch] branch master updated (f443f1b -> 8151237)
snagel
2018/11/14
[nutch] branch master updated (898ba0e -> f443f1b)
snagel
2018/11/14
[nutch] 01/01: Merge pull request #395 from sebastian-nagel/NUTCH-2655-solr-schema-7x
snagel
2018/11/10
[nutch] branch master updated (73bb0a7 -> 898ba0e)
jorgelbg
2018/11/10
[nutch] 01/01: Merge pull request #402 from jorgelbg/index-links-schema
jorgelbg
2018/10/30
[nutch] branch 2.x updated: NUTCH-2671 Upgrade to ant ivy library - roll back to 2.4.0 to bring Jenkins build back to normal
snagel
2018/10/30
[nutch] branch master updated: NUTCH-2671 Upgrade to ant ivy library - roll back to 2.4.0 to bring Jenkins build back to normal
snagel
2018/10/30
[nutch] branch master updated: NUTCH-2671 Upgrade to ant ivy library - fix order of ant target dependencies: "compile-core" must come before "resolve-test"
snagel
2018/10/30
[nutch] 01/01: Merge pull request #405 from sebastian-nagel/NUTCH-2671-ivy-lib-upgrade-2x
snagel
2018/10/30
[nutch] branch 2.x updated (37d7eee -> a0a7be6)
snagel
2018/10/30
[nutch] branch master updated (5e3de5b -> 426650f)
snagel
2018/10/30
[nutch] 01/01: Merge pull request #406 from sebastian-nagel/NUTCH-2671-ivy-lib-upgrade
snagel
2018/10/23
[nutch] 01/01: Merge pull request #396 from sebastian-nagel/NUTCH-2659-license-headers
jorgelbg
2018/10/23
[nutch] branch master updated (0b1c816 -> 5e3de5b)
jorgelbg
2018/10/23
[nutch] 01/01: Merge pull request #399 from jorgelbg/indexer-link-test-move
jorgelbg
2018/10/23
[nutch] branch master updated (65c4fed -> 0b1c816)
jorgelbg
2018/10/21
[nutch] branch master updated: NUTCH-2651 Upgrade to Tika 1.19.1 (from 1.18) - modified work-around to fix downloading of dependency javax.ws.rs-api-*.jar: define property packaging.type in ivysettings.xml
snagel
2018/10/20
[nutch] 01/01: Merge pull request #394 from sebastian-nagel/NUTCH-2652-fetcher-not-split-inputs
snagel
2018/10/20
[nutch] branch master updated (4426ca9 -> 1abd6dd)
snagel
2018/10/20
[nutch] 01/01: Merge pull request #391 from sebastian-nagel/NUTCH-2651-tika-1.19.1
snagel
2018/10/20
[nutch] branch master updated (95e9d66 -> 4426ca9)
snagel
2018/10/20
[nutch] 01/01: Merge pull request #397 from sebastian-nagel/NUTCH-2660-execute-plugin-tests
snagel
2018/10/20
[nutch] branch master updated (5939579 -> 95e9d66)
snagel
2018/10/20
[nutch] branch master updated (a997f10 -> 5939579)
snagel
2018/10/20
[nutch] 01/01: Merge pull request #368 from sebastian-nagel/NUTCH-2625-protocolfactory-getprotocol-synchronized
snagel
2018/10/13
[nutch] 01/01: Merge pull request #390 from sebastian-nagel/NUTCH-2192-remove-oro-2x
snagel
2018/10/13
[nutch] branch 2.x updated (1e7f12b -> 37d7eee)
snagel
2018/10/13
[nutch] 01/01: Merge pull request #389 from sebastian-nagel/NUTCH-2192-remove-oro
snagel
2018/10/13
[nutch] branch master updated (5fb3140 -> a997f10)
snagel
2018/10/09
[nutch] branch master updated (4d2938f -> 5fb3140)
snagel
2018/10/09
[nutch] 01/01: Merge pull request #388 from sebastian-nagel/NUTCH-2648-configurable-tls-cert-check
snagel
2018/10/07
[nutch] branch master updated (0ce62e1 -> 4d2938f)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #369 from sebastian-nagel/NUTCH-2623-fetcher-queue-mode
snagel
2018/10/07
[nutch] 01/01: Merge pull request #383 from sebastian-nagel/NUTCH-2644-crawldb-reader
snagel
2018/10/07
[nutch] branch master updated (525e241 -> 0ce62e1)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #382 from sebastian-nagel/NUTCH-2634-ant-resolve-default
snagel
2018/10/07
[nutch] branch master updated (ec9e3d8 -> 525e241)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #376 from sebastian-nagel/NUTCH-2635-generator-temporary-output
snagel
2018/10/07
[nutch] branch master updated (8c55414 -> ec9e3d8)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #380 from rustyx/NUTCH-2641
snagel
2018/10/07
[nutch] branch 2.x updated (6f3cb46 -> 1e7f12b)
snagel
2018/10/07
[nutch] branch 2.x updated (69e9e92 -> 6f3cb46)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #385 from sebastian-nagel/NUTCH-2642-index-more-date-timezone
snagel
2018/10/07
[nutch] branch master updated (61d7e8c -> 8c55414)
snagel
2018/10/07
[nutch] 01/01: Merge pull request #386 from sebastian-nagel/NUTCH-2642-index-more-date-timezone-2x
snagel
2018/09/28
[nutch] branch master updated: NUTCH-2647 Skip TLS certificate checks in protocol-http plugin
markus
2018/09/28
Directorio Empresarial Mexicano 2018
BSM
2018/09/27
[nutch] branch master updated (566f3fb -> 9d59538)
r0ann3l
2018/09/27
[nutch] 01/01: Merge pull request #356 from r0ann3l/NUTCH-2602
r0ann3l
2018/09/12
[nutch] 01/01: Merge pull request #381 from sinsi404/NUTCH-2637
snagel
2018/09/12
[nutch] branch 2.x updated (7f1b01f -> 69e9e92)
snagel
2018/09/11
[nutch] branch master updated: NUTCH-2639 bin/nutch fails to set native library path on Cygwin causing jobs to fail with UnsatisfiedLinkError Pick fix contributed by rustyx for 2.x
snagel
2018/09/11
[nutch] branch 2.x updated (c43c2c8 -> 7f1b01f)
snagel
2018/09/11
[nutch] 01/01: Merge pull request #379 from rustyx/NUTCH-2640
snagel
2018/08/17
[nutch] 01/01: Merge pull request #365 from sebastian-nagel/NUTCH-2621-3rd-party-license-report
snagel
2018/08/17
[nutch] branch master updated (b38077b -> 1130e68)
snagel
2018/08/17
[nutch] 01/03: NUTCH-2633 Fix deprecation warnings when building Nutch master branch under JDK 10.0.2+13 (#374)
snagel
2018/08/17
[nutch] 03/03: NUTCH-2632 protocol-okhttp doesn't accept proxy authentication - merge PR #375 from branch 'sjwoodard-master', contributed by Steven W.
snagel
2018/08/17
[nutch] 02/03: NUTCH-2632 protocol-okhttp doesn't accept proxy authentication - apply code formatting rules - add pointer to NUTCH-2636 and square/okhttp#3995 regarding limitations to use http.proxy.exclusion.list together with http.proxy.username
snagel
2018/08/17
[nutch] branch master updated (f02110f -> b38077b)
snagel
2018/08/13
svn commit: r1033883 - /websites/production/nutch/content/
snagel
2018/08/13
svn commit: r1033882 - in /websites/staging/nutch/trunk/content: ./ downloads.html
buildbot
2018/08/13
svn commit: r1837933 - /nutch/cms_site/trunk/content/downloads.md
snagel
2018/08/13
svn commit: r1033881 - /websites/production/nutch/content/
snagel
2018/08/13
svn commit: r28685 - in /release/nutch: 1.15/ 2.3.1/
snagel
2018/08/13
svn commit: r1033880 - in /websites/staging/nutch/trunk/content: ./ downloads.html
buildbot
2018/08/13
svn commit: r1837932 - /nutch/cms_site/trunk/content/downloads.md
snagel
2018/08/10
[nutch] branch master updated: NUTCH-2633 Fix deprecation warnings when building Nutch master branch under JDK 10.0.2+13 (#374)
lewismc
2018/08/10
svn commit: r28652 - /release/nutch/1.14/
snagel
2018/08/09
svn commit: r1033719 - /websites/production/nutch/content/
snagel
2018/08/09
svn commit: r1033715 - in /websites/staging/nutch/trunk/content: ./ apidocs/apidocs-1.15/ apidocs/apidocs-1.15/org/ apidocs/apidocs-1.15/org/apache/ apidocs/apidocs-1.15/org/apache/nutch/ apidocs/apidocs-1.15/org/apache/nutch/analysis/ apidocs/apidocs-...
buildbot
2018/08/09
svn commit: r1837713 - in /nutch/cms_site/trunk/content: ./ apidocs/apidocs-1.15/ apidocs/apidocs-1.15/org/ apidocs/apidocs-1.15/org/apache/ apidocs/apidocs-1.15/org/apache/nutch/ apidocs/apidocs-1.15/org/apache/nutch/analysis/ apidocs/apidocs-1.15/org...
snagel
2018/08/09
svn commit: r28631 [5/5] - in /release/nutch: 1.14/CHANGES.txt 1.15/CHANGES.txt
snagel
2018/08/09
svn commit: r28631 [2/5] - in /release/nutch: 1.14/CHANGES.txt 1.15/CHANGES.txt
snagel
2018/08/09
svn commit: r28631 [4/5] - in /release/nutch: 1.14/CHANGES.txt 1.15/CHANGES.txt
snagel
2018/08/09
svn commit: r28631 [3/5] - in /release/nutch: 1.14/CHANGES.txt 1.15/CHANGES.txt
snagel
2018/08/09
svn commit: r28631 [1/5] - in /release/nutch: 1.14/CHANGES.txt 1.15/CHANGES.txt
snagel
2018/08/07
[nutch] branch master updated: Prepare for new development after release of 1.15 - bump version number (1.15-SNAPSHOT -> 1.16-SNAPSHOT) - add 1.15 changes / release notes
snagel
2018/08/07
svn commit: r28594 - /dev/nutch/1.15/ /release/nutch/1.15/
snagel
2018/08/01
[nutch] branch 2.x updated: NUTCH-2222 re-fetch deletes all metadata except _csh_ and _rs_
lewismc
2018/07/26
svn commit: r28379 - /dev/nutch/1.15/ /release/nutch/1.15/
snagel
2018/07/26
svn commit: r28378 - /release/nutch/1.15/
snagel
2018/07/26
[nutch] annotated tag release-1.15 updated (1bb9444 -> 897b815)
snagel
2018/07/25
[nutch] branch master updated (4d17fac -> aaf85ca)
snagel
2018/07/25
[nutch] 01/01: Merge pull request #366 from sebastian-nagel/NUTCH-2622-unbundle-lgpl-licensed-jars
snagel
2018/07/25
[nutch] 01/01: Merge pull request #367 from sebastian-nagel/NUTCH-2624-protocol-okhttp-resource-leak
snagel
2018/07/25
[nutch] branch master updated (1e09fee -> 4d17fac)
snagel
2018/07/19
[nutch] 01/01: Merge pull request #364 from sebastian-nagel/NUTCH-1993-use-backup-parsers
snagel
2018/07/19
[nutch] branch master updated (9777aea -> 1e09fee)
snagel
2018/07/19
[nutch] branch master updated (2f9110c -> 9777aea)
snagel
2018/07/19
[nutch] 01/01: Merge pull request #361 from sebastian-nagel/NUTCH-2619-protocol-okhttp-partial-as-truncated
snagel
2018/07/19
[nutch] 01/01: Merge pull request #355 from sebastian-nagel/NUTCH-2152
snagel
2018/07/19
[nutch] branch master updated (2999e14 -> 2f9110c)
snagel
2018/07/19
[nutch] branch master updated (f263d91 -> 2999e14)
snagel
2018/07/19
[nutch] 01/01: Merge pull request #363 from sebastian-nagel/NUTCH-2616-exchange-route-deletions
snagel
2018/07/17
[nutch] 01/01: Merge pull request #359 from sebastian-nagel/NUTCH-1106-max-outlink-length
snagel
2018/07/17
[nutch] branch master updated (cf183ad -> f263d91)
snagel
2018/07/17
[nutch] branch master updated (8ea99ee -> cf183ad)
snagel
2018/07/17
[nutch] 01/01: Merge pull request #358 from sebastian-nagel/NUTCH-2071
snagel
Earlier messages
Later messages