Commit Graph

191 Commits (fd45ccf76ebb7f18f63ce508e43ff66d118f2cc3)

Author SHA1 Message Date
Michael Peter Christen b8417e5619 removed Mac specific code which is not working any more on recent Macs
6 months ago
Michael Christen a348146d8f setting connect host to 0.0.0.0
1 year ago
Michael Christen 99174282d8 try to shut down in a bit more ordered way
2 years ago
Michael Christen 867f96a32b removed warnings
2 years ago
Michael Peter Christen 60c9986a0e new release file names with date and git hash
2 years ago
Michael Peter Christen d23dea2642 refactoring
2 years ago
Thomas Koch 3116713672 rm buildDate from build.xml and its usages
2 years ago
reger24 398b105781 Prevent that YaCy always starts with a exception message on none Apple systems
3 years ago
sgaebel cdf901270c always use HTTPClient by 'try with resources' pattern to free up
3 years ago
sgaebel b74f337859 removes double setting of UserAgent
3 years ago
Michael Peter Christen 3c86b7b780 attempt to make a Mac Release using gradle
3 years ago
Michael Peter Christen fd770e90e2 spike to identify paths for YaCy within mac application bundles
3 years ago
sgaebel f16cd154f7 removes unused imports and variables
4 years ago
Michael Peter Christen 13a2e6dc6e Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
4 years ago
Michael Peter Christen 0ae8ccf657 Make it possible to set an empty password disabling the authentication
4 years ago
Michael Peter Christen 96592a10cf added option to set yacy configuration values using environment
4 years ago
Michael Peter Christen 198826c362 added network scanner process to discover all YaCy peers in the intranet
4 years ago
sgaebel b8d264f7ec fixes logging
4 years ago
Michael Peter Christen 4c920d05b5 removed superfluous lines
4 years ago
Michael Peter Christen 787fec0658 reduced complexity - removed concurrency in sort
4 years ago
sgaebel df9ea0a42a removes some warnings: unused imports, params
4 years ago
Michael Christen cb20aa7e54 removed donation message in search result column
5 years ago
luccioman 7dc1f60619 Fixed detection of absolute data folder path on MS Windows
6 years ago
luccioman 595e144797 Trace a message on incomplete proper server finish when killing process
6 years ago
luccioman db7ad76366 Improved support for Java logs file pattern options
6 years ago
luccioman c29588dd6a Made possible to provide an absolute data root path for start script
6 years ago
luccioman ee6670fb8f Use a common pooled http connection manager for remote solr instances
7 years ago
luccioman d95b288f19 Removed use of deprecated Jetty IPAccessHandler for client filtering.
7 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
7 years ago
luccioman d98c04853d Ensure proper closing of file input streams.
8 years ago
luccioman cde237b687 Enforced access controls on some administrative actions.
8 years ago
reger a2afb4bae0 add switchboardconstants for server ports config keys
8 years ago
luccioman 1df558a6c6 Fixed YaCy proper shutdown triggered by SIGTERM signal.
8 years ago
reger c50e23c495 reduce creation of empty legacy RequestHeader() in situation where null
8 years ago
luccioman f0639d810c Customized name for Threads still using the default "Thread-n" pattern.
8 years ago
luccioman b8f6458152 Prevent yacy main thread from hanging on browser opening process.
8 years ago
Michael Peter Christen b82300358a removed version number check because it does not work any more if
8 years ago
Michael Peter Christen 0d28f563f4 fix for java version "9-ea"
8 years ago
luccioman 1dc4306058 Fixed indentation for better readability.
8 years ago
reger 16e8ed3f01 Introduce additional language setting "browser/Browser Language" for UI internationalization.
8 years ago
luccioman 46b8836548 Copy image resources contained in donation iframe.
8 years ago
reger a6ba1faa80 introduce a translation edit servlet Translator_p.html YaCy's UI text translation
9 years ago
reger fb8ae14b21 make migration version safe
9 years ago
Michael Peter Christen b89465d952 0N - basic dump upload servlet infrastructure, to share index dumps
9 years ago
reger 7d0d19cb8e avoid File.deleteOnExit() on temp files
9 years ago
reger a60b1fb6c2 differentiate api call getLocalPort() from getConfigInt()
9 years ago
reger 2fb6ebe88a move java environment parameter setting disabling SNI (Server Name Indicator) support for https connections from code to startup script allowing admin to ~easy/transparent alter the YaCy default FALSE setting.
9 years ago
reger c1dcc8c456 fix display and limit of max server connections after startup
10 years ago
reger 3c818fc912 add a check of java version string >=1.7 to startup class
10 years ago
Michael Peter Christen 11074d8d24 fix for a ssl bug that appear only in java 7.
10 years ago