summaryrefslogtreecommitdiff
path: root/ext/mnogosearch/php_mnogo.c
Commit message (Collapse)AuthorAgeFilesLines
* - Moved ext/fam and ext/mnogosearch to PECLfoobar2005-03-061-2667/+0
|
* - A bug in mnogosearch module in ispell loading code was fixedSergey Kartashoff2005-01-231-1/+16
|
* - MnoGoSearch extension updated to fix compilation issues withSergey Kartashoff2004-11-281-10/+20
| | | | | mnogosearch-3.2.25+
* # Copyright header & version info changed to PHP 5 standard noticeSergey Kartashoff2004-11-151-3/+3
|
* - More mnogosearch-3.2.23+ compatibilitySergey Kartashoff2004-11-141-0/+1
|
* - A Bug #29147 was fixed. Thanks to Antony Dovgal <tony2001 at phpclub.net>Sergey Kartashoff2004-07-181-15/+14
| | | | | for his patch.
* - A bugfix in search words hilightling code (mnogosearch extension).Sergey Kartashoff2004-07-081-34/+5
|
* - Some fixes in mnogosearch extensionSergey Kartashoff2004-07-061-21/+70
|
* - mnoGoSearch extension was updated to support CachedCopies ofSergey Kartashoff2004-05-081-153/+144
| | | | | | | mnogosearch-3.2.16 or later. Udm_Get_Agent_Param and Udm_Store_Doc_Cgi functions were added. MnoGoSearch-3.2.3 stored API was removed.
* - A fix to make UDM_LIMIT_DATE work was applied. Thanx toSergey Kartashoff2004-02-161-4/+46
| | | | | d.rousseau at nnx.com
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - A bug in Udm_Hash32 function was fixed.Sergey Kartashoff2003-12-081-0/+4
|
* - A bug in WORDINFO calculation in mnogosearch extension was fixed.Sergey Kartashoff2003-11-121-1/+0
|
* - Mnogosearch Extension was updated to include mnogosearch-3.2.16 featuresSergey Kartashoff2003-11-081-1/+28
|
* - a new UDM_PARAM_SEARCH_RESULTS mnogosearch API command added to limitSergey Kartashoff2003-08-311-0/+8
| | | | | maximum number of search results
* - A mnogosearch extension is updated to work with mnogosearch-3.2.15+Sergey Kartashoff2003-08-291-0/+12
|
* - UDM_PARAM_SORT_ORDER has been added in Udm_Set_Agent_Param whileSergey Kartashoff2003-07-181-0/+9
| | | | | using with mnogosearch-3.2.14+ to set order of search results.
* - Coredump in Udm_Find was fixed.Sergey Kartashoff2003-07-181-1/+1
|
* - Output of UDM_PARAM_WORDINFO_ALL was fixedSergey Kartashoff2003-07-081-19/+16
|
* - Udm_Find function is fixed to be compatible with mnogosearch-3.2.13Sergey Kartashoff2003-07-081-29/+39
|
* - Memory leaks in UdmCatPath and UdmCatList functions have been fixed.Sergey Kartashoff2003-06-301-2/+2
|
* 1. proto fixes.Andrey Hristov2003-06-161-27/+29
| | | | | 2, comments on possible leak : buffer calloc()-ed but not free()-d on error (author will be contacted)
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* @- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added toSergey Kartashoff2003-05-101-12/+116
| | | | | | | @ mnogosearch extesion for use with mnogosearch-3.2.11 or later. - A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to mnogosearch extesion for use with mnogosearch-3.2.11 or later.
* - Udm_Make_Excerpt has been fixed to be compatible with mnogosearch-3.2.10+Sergey Kartashoff2003-04-131-3/+4
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-29/+29
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - mnogosearch extension updated to compile with mnogosearch-3.2.8Sergey Kartashoff2002-12-161-1/+15
|
* @- A new functions have been added: udm_set_agent_param_ex andSergey Kartashoff2002-11-241-0/+100
| | | | | | | udm_get_res_field_ex - A new functions have been added: udm_set_agent_param_ex and udm_get_res_field_ex
* - Site mirror detection and popularity rank has been added to mnogosearchSergey Kartashoff2002-09-281-3/+42
| | | | | extension
* - New mnogosearch extension features has been added to group resultsSergey Kartashoff2002-09-071-51/+118
| | | | | | by site. - Mnogosearch module fixes and cleanups.
* - Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixedSergey Kartashoff2002-09-011-36/+63
| | | | | | | to work with mnogosearch-3.2.6 and later. - Removed search words highlighting while getting document URL in mnogosearch extention
* - a small fix to mnogosearch extension (affecting UDM_BROWSER_CHARSET)Sergey Kartashoff2002-08-041-1/+1
|
* - UDM_PARAM_STORED mnogosearch parameter has been added to setSergey Kartashoff2002-08-031-1/+9
| | | | | stored address.
* - An Udm_Make_Excerpt function has been added to mnogosearch extensionSergey Kartashoff2002-08-031-1/+54
| | | | | to support excerpts while using with mnogosearch-3.2.5 or later.
* - UDM_PARAM_WORD_MATCH icorrect behavior has been fixed inSergey Kartashoff2002-08-021-2/+0
| | | | | mnogosearch extension
* Unify error messagesDerick Rethans2002-06-261-23/+23
|
* # Mnogosearch extension update. Now it should work withSergey Kartashoff2002-06-171-0/+19
| | | | | # latest mnogosearch-3.2.5.
* # Mnogosearch new function calls fixesSergey Kartashoff2002-06-101-3/+25
|
* - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5Sergey Kartashoff2002-06-101-2/+62
|
* # mnogosearch update. Does not compile at this moment, butSergey Kartashoff2002-06-101-4/+34
| | | | | # there are not so many things left to fix...
* # More mnogosearch updatesSergey Kartashoff2002-06-061-7/+94
|
* # mnogosearch work continuedSergey Kartashoff2002-06-051-11/+48
|
* more mnogosearch compilation fixesSergey Kartashoff2002-06-051-14/+66
|
* MnoGoSearch extension fixes to compile under latestSergey Kartashoff2002-06-051-24/+143
| | | | | | mnogosearch 3.2.4 and 3.2.5. Still does not compile with them, but the work still in progress...
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* - Fixed search daemon support in mnogosearch module.Sergey Kartashoff2001-12-101-0/+28
|
* - Added synonym stuff support to mnogosearch module. Slightly changedSergey Kartashoff2001-12-021-1/+11
| | | | | stored API. Example updated.